#CBC878

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

Shades of Deco #CBC878

Tints of Deco #CBC878

Color information

#CBC878 (or 0xCBC878) is unknown color: approx Deco. HEX triplet: CB, C8 and 78. RGB value is (203,200,120). Sum of RGB (Red+Green+Blue) = 203+200+120=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC878 is #343787. Grayscale: #C0C0C0. Windows color (decimal): -3422088 or 7915723. OLE color: 7915723.

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

Color convert

RGB203200120-
CMYK00.010.410.20
HSL57.83º44.39%63.33%-
HSV(B)57.83º40.89%79.61%-
XYZ48.6755.3625.89-
YUV191.7887.49136-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 120 (47.27% from 255) = 22.94%
R=38.81%
G=38.24%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320012000.010.410.2057.8344.3963.33
HexCBC8780129143a2c3f
Octal313310170015124725477
Binary110010111100100011110000110100110100111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC878; }

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

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

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

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

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

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

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

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