#CBC872

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

Shades of Deco #CBC872

Tints of Deco #CBC872

Color information

#CBC872 (or 0xCBC872) is unknown color: approx Deco. HEX triplet: CB, C8 and 72. RGB value is (203,200,114). Sum of RGB (Red+Green+Blue) = 203+200+114=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC872 is #34378D. Grayscale: #BFBFBF. Windows color (decimal): -3422094 or 7522507. OLE color: 7522507.

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

Color convert

RGB203200114-
CMYK00.010.440.20
HSL57.98º46.11%62.16%-
HSV(B)57.98º43.84%79.61%-
XYZ48.3255.2224.03-
YUV191.0984.49136.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 114 (44.92% from 255) = 22.05%
R=39.26%
G=38.68%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320011400.010.440.2057.9846.1162.16
HexCBC872012C143a2e3e
Octal313310162015424725676
Binary110010111100100011100100110110010100111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC872; }

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

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

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

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

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

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

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

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