Color Hex Logo

#cb6c3f Color Hex

#CB6C3F
(203,108,63)
0 Favorites   0 Comments

Color spaces of #cb6c3f

RGB 20310863
HSL0.050.570.52
HSV19°69°80°
CMYK 0.000.470.69   0.20
XYZ30.888423.78057.6647
Yxy23.78050.49550.3815
Hunter Lab48.765327.724524.8167
CIE-Lab55.867433.987241.3292

#cb6c3f color RGB value is (203,108,63).

#cb6c3f hex color red value is 203, green value is 108 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cb6c3f hue: 0.05 , saturation: 0.57 and the lightness value of cb6c3f is 0.52.

The process color (four color CMYK) of #cb6c3f color hex is 0.00, 0.47, 0.69, 0.20. Web safe color of #cb6c3f is #cc6633. Color #cb6c3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 00111111
Octal 313 154 77
Decimal 203 108 63
Hex CB 6C 3F

RGB Percentages of Color #cb6c3f

%54.28
%28.88
%16.84

CMYK Percentages of Color #cb6c3f

%0
%47
%69
%20

Triadic Colors of #cb6c3f

#cb6c3f #3fcb6c #6c3fcb

Analogous Colors of #cb6c3f

#cb6c3f #cbb23f #cb3f58

Monochromatic Colors of #cb6c3f

#cb6c3f

Complementary Color

#cb6c3f #3f9ecb

#cb6c3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6c3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6c3f Color CSS Codes

.mybgcolor {background-color:#cb6c3f; } 
.myforecolor {color:#cb6c3f; }
.mybordercolor {border:3px solid #cb6c3f; }

#cb6c3f Text Font Color

<p style="color:#cb6c3f">Text here</p>

This sample text font color is #cb6c3f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb6c3f Background Color

<div style="background-color:#cb6c3f">
Div content here</div>

This div background color is #cb6c3f


#cb6c3f Border Color

<div style="border:3px solid #cb6c3f">
Div here</div>

This div border color is #cb6c3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,108,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb6c3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb6c3f;
  -webkit-box-shadow: 1px 1px 3px 2px #cb6c3f;
  box-shadow:         1px 1px 3px 2px #cb6c3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,108,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb6c3f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb6c3f;
  -webkit-box-shadow: 1px 1px 3px 2px #cb6c3f;
  box-shadow:         1px 1px 3px 2px #cb6c3f;">
Div content here</div>

This div box has shadow with color #cb6c3f


Comments

No comments written yet.

Please login to write comment.