#CBC574

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

Shades of Winter Hazel #CBC574

Tints of Winter Hazel #CBC574

Color information

#CBC574 (or 0xCBC574) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 74. RGB value is (203,197,116). Sum of RGB (Red+Green+Blue) = 203+197+116=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC574 is #343A8B. Grayscale: #BDBDBD. Windows color (decimal): -3422860 or 7652811. OLE color: 7652811.

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

Color convert

RGB203197116-
CMYK00.030.430.20
HSL55.86º45.55%62.55%-
HSV(B)55.86º42.86%79.61%-
XYZ47.7553.8924.41-
YUV189.5686.49137.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 116 (45.70% from 255) = 22.48%
R=39.34%
G=38.18%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319711600.030.430.2055.8645.5562.55
HexCBC574032B14382e3f
Octal313305164035324705677
Binary1100101111000101111010001110101110100111000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC574; }

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

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

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

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

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

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

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

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