Color Hex Logo

#cb613c Color Hex

#CB613C
(203,97,60)
0 Favorites   0 Comments

Color spaces of #cb613c

RGB 2039760
HSL0.040.580.52
HSV16°70°80°
CMYK 0.000.520.70   0.20
XYZ29.718921.57216.8724
Yxy21.57210.51100.3709
Hunter Lab46.445832.935323.7391
CIE-Lab53.570039.495140.3178

#cb613c color RGB value is (203,97,60).

#cb613c hex color red value is 203, green value is 97 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cb613c hue: 0.04 , saturation: 0.58 and the lightness value of cb613c is 0.52.

The process color (four color CMYK) of #cb613c color hex is 0.00, 0.52, 0.70, 0.20. Web safe color of #cb613c is #cc6633. Color #cb613c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100001 00111100
Octal 313 141 74
Decimal 203 97 60
Hex CB 61 3C

RGB Percentages of Color #cb613c

%56.39
%26.94
%16.67

CMYK Percentages of Color #cb613c

%0
%52
%70
%20

Triadic Colors of #cb613c

#cb613c #3ccb61 #613ccb

Analogous Colors of #cb613c

#cb613c #cba93c #cb3c5e

Monochromatic Colors of #cb613c

#cb613c

Complementary Color

#cb613c #3ca6cb

#cb613c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb613c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb613c Color CSS Codes

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

#cb613c Text Font Color

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

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


#cb613c Background Color

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

This div background color is #cb613c


#cb613c Border Color

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

This div border color is #cb613c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb613c


Comments

No comments written yet.

Please login to write comment.