Color Hex Logo

#cbc575 Color Hex

#CBC575
(203,197,117)
0 Favorites   0 Comments

Color spaces of #cbc575

RGB 203197117
HSL0.160.450.63
HSV56°42°80°
CMYK 0.000.030.42   0.20
XYZ47.805753.913424.7163
Yxy53.91340.37810.4264
Hunter Lab73.4257-12.278131.4400
CIE-Lab78.4112-9.310640.7748

#cbc575 color RGB value is (203,197,117).

#cbc575 hex color red value is 203, green value is 197 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cbc575 hue: 0.16 , saturation: 0.45 and the lightness value of cbc575 is 0.63.

The process color (four color CMYK) of #cbc575 color hex is 0.00, 0.03, 0.42, 0.20. Web safe color of #cbc575 is #cccc66. Color #cbc575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 01110101
Octal 313 305 165
Decimal 203 197 117
Hex CB C5 75

RGB Percentages of Color #cbc575

%39.26
%38.10
%22.63

CMYK Percentages of Color #cbc575

%0
%3
%42
%20

Triadic Colors of #cbc575

#cbc575 #75cbc5 #c575cb

Analogous Colors of #cbc575

#cbc575 #a6cb75 #cb9a75

Monochromatic Colors of #cbc575

#cbc575

Complementary Color

#cbc575 #757bcb

#cbc575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc575 Color CSS Codes

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

#cbc575 Text Font Color

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

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


#cbc575 Background Color

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

This div background color is #cbc575


#cbc575 Border Color

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

This div border color is #cbc575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc575


Comments

No comments written yet.

Please login to write comment.