Color Hex Logo

#cb642e Color Hex

#CB642E
(203,100,46)
0 Favorites   0 Comments

Color spaces of #cb642e

RGB 20310046
HSL0.060.630.49
HSV21°77°80°
CMYK 0.000.510.77   0.20
XYZ29.678922.00815.2685
Yxy22.00810.52110.3864
Hunter Lab46.912830.828826.1804
CIE-Lab54.035637.335947.8715

#cb642e color RGB value is (203,100,46).

#cb642e hex color red value is 203, green value is 100 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cb642e hue: 0.06 , saturation: 0.63 and the lightness value of cb642e is 0.49.

The process color (four color CMYK) of #cb642e color hex is 0.00, 0.51, 0.77, 0.20. Web safe color of #cb642e is #cc6633. Color #cb642e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100100 00101110
Octal 313 144 56
Decimal 203 100 46
Hex CB 64 2E

RGB Percentages of Color #cb642e

%58.17
%28.65
%13.18

CMYK Percentages of Color #cb642e

%0
%51
%77
%20

Triadic Colors of #cb642e

#cb642e #2ecb64 #642ecb

Analogous Colors of #cb642e

#cb642e #cbb32e #cb2e47

Monochromatic Colors of #cb642e

#cb642e

Complementary Color

#cb642e #2e95cb

#cb642e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb642e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb642e Color CSS Codes

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

#cb642e Text Font Color

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

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


#cb642e Background Color

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

This div background color is #cb642e


#cb642e Border Color

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

This div border color is #cb642e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb642e


Comments

No comments written yet.

Please login to write comment.