#CBC372

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

Shades of Winter Hazel #CBC372

Tints of Winter Hazel #CBC372

Color information

#CBC372 (or 0xCBC372) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 72. RGB value is (203,195,114). Sum of RGB (Red+Green+Blue) = 203+195+114=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC372 is #343C8D. Grayscale: #BCBCBC. Windows color (decimal): -3423374 or 7521227. OLE color: 7521227.

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

Color convert

RGB203195114-
CMYK00.040.440.20
HSL54.61º46.11%62.16%-
HSV(B)54.61º43.84%79.61%-
XYZ47.1852.9423.65-
YUV188.1686.15138.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 114 (44.92% from 255) = 22.27%
R=39.65%
G=38.09%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319511400.040.440.2054.6146.1162.16
HexCBC372042C14372e3e
Octal313303162045424675676
Binary11001011110000111110010010010110010100110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC372; }

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

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

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

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

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

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

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

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