#CBC572

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

Shades of Winter Hazel #CBC572

Tints of Winter Hazel #CBC572

Color information

#CBC572 (or 0xCBC572) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 72. RGB value is (203,197,114). Sum of RGB (Red+Green+Blue) = 203+197+114=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC572 is #343A8D. Grayscale: #BDBDBD. Windows color (decimal): -3422862 or 7521739. OLE color: 7521739.

HSL color Cylindrical-coordinate representation of color #CBC572: hue angle of 55.96º 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 #CBC572 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203197114-
CMYK00.030.440.20
HSL55.96º46.11%62.16%-
HSV(B)55.96º43.84%79.61%-
XYZ47.6353.8423.8-
YUV189.3385.49137.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=39.49%
G=38.33%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319711400.030.440.2055.9646.1162.16
HexCBC572032C14382e3e
Octal313305162035424705676
Binary1100101111000101111001001110110010100111000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC572; }

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

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

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

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

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

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

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

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