#CBC876

Color #CBC876 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CBC876

Tints of Deco #CBC876

Color information

#CBC876 (or 0xCBC876) is unknown color: approx Deco. HEX triplet: CB, C8 and 76. RGB value is (203,200,118). Sum of RGB (Red+Green+Blue) = 203+200+118=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC876 is #343789. Grayscale: #BFBFBF. Windows color (decimal): -3422090 or 7784651. OLE color: 7784651.

HSL color Cylindrical-coordinate representation of color #CBC876: hue angle of 57.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBC876 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203200118-
CMYK00.010.420.20
HSL57.88º44.97%62.94%-
HSV(B)57.88º41.87%79.61%-
XYZ48.5555.3125.26-
YUV191.5586.49136.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 200 (78.52% from 255) = 38.39%
BLUE value IS 118 (46.48% from 255) = 22.65%
R=38.96%
G=38.39%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320011800.010.420.2057.8844.9762.94
HexCBC876012A143a2d3f
Octal313310166015224725577
Binary110010111100100011101100110101010100111010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC876; }

 p { color: rgb(203,200,118); }

 H1.HeaderClassName
 {
   color: #CBC876;
 }
 .AnyTagClassName
 {
   color: #CBC876;
 }
</style>
background-color css

<style>
 a { background-color: #CBC876; }

 a { background-color: rgb(203,200,118); }

 div.DivClassName
 {
   background-color: #CBC876;
 }
 .BgClassName
 {
   background-color: #CBC876;
 }
</style>
border-color css

<style>
 span { border-color: #CBC876; }

 span { border-color: rgb(203,200,118); }

 td.TdClassName
 {
   border-color: #CBC876;
 }
 .TagClassName
 {
   border-color: #CBC876;
 }
</style>