Color Hex Logo

#cb662a Color Hex

#CB662A
(203,102,42)
0 Favorites   0 Comments

Color spaces of #cb662a

RGB 20310242
HSL0.060.660.48
HSV22°79°80°
CMYK 0.000.500.79   0.20
XYZ29.797922.36644.9371
Yxy22.36640.52180.3917
Hunter Lab47.293129.704226.9157
CIE-Lab54.413636.159350.0846

#cb662a color RGB value is (203,102,42).

#cb662a hex color red value is 203, green value is 102 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cb662a hue: 0.06 , saturation: 0.66 and the lightness value of cb662a is 0.48.

The process color (four color CMYK) of #cb662a color hex is 0.00, 0.50, 0.79, 0.20. Web safe color of #cb662a is #cc6633. Color #cb662a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100110 00101010
Octal 313 146 52
Decimal 203 102 42
Hex CB 66 2A

RGB Percentages of Color #cb662a

%58.50
%29.39
%12.10

CMYK Percentages of Color #cb662a

%0
%50
%79
%20

Triadic Colors of #cb662a

#cb662a #2acb66 #662acb

Analogous Colors of #cb662a

#cb662a #cbb72a #cb2a3e

Monochromatic Colors of #cb662a

#cb662a

Complementary Color

#cb662a #2a8fcb

#cb662a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb662a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb662a Color CSS Codes

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

#cb662a Text Font Color

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

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


#cb662a Background Color

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

This div background color is #cb662a


#cb662a Border Color

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

This div border color is #cb662a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb662a


Comments

No comments written yet.

Please login to write comment.