Color Hex Logo

#cb693b Color Hex

#CB693B
(203,105,59)
0 Favorites   0 Comments

Color spaces of #cb693b

RGB 20310559
HSL0.050.580.51
HSV19°71°80°
CMYK 0.000.480.71   0.20
XYZ30.469623.11546.9935
Yxy23.11540.50300.3816
Hunter Lab48.078528.986525.0306
CIE-Lab55.191035.341842.6476

#cb693b color RGB value is (203,105,59).

#cb693b hex color red value is 203, green value is 105 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cb693b hue: 0.05 , saturation: 0.58 and the lightness value of cb693b is 0.51.

The process color (four color CMYK) of #cb693b color hex is 0.00, 0.48, 0.71, 0.20. Web safe color of #cb693b is #cc6633. Color #cb693b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101001 00111011
Octal 313 151 73
Decimal 203 105 59
Hex CB 69 3B

RGB Percentages of Color #cb693b

%55.31
%28.61
%16.08

CMYK Percentages of Color #cb693b

%0
%48
%71
%20

Triadic Colors of #cb693b

#cb693b #3bcb69 #693bcb

Analogous Colors of #cb693b

#cb693b #cbb13b #cb3b55

Monochromatic Colors of #cb693b

#cb693b

Complementary Color

#cb693b #3b9dcb

#cb693b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb693b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb693b Color CSS Codes

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

#cb693b Text Font Color

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

This sample text font color is #cb693b
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.


#cb693b Background Color

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

This div background color is #cb693b


#cb693b Border Color

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

This div border color is #cb693b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb693b


Comments

No comments written yet.

Please login to write comment.