#CBC573

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

Shades of Winter Hazel #CBC573

Tints of Winter Hazel #CBC573

Color information

#CBC573 (or 0xCBC573) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 73. RGB value is (203,197,115). Sum of RGB (Red+Green+Blue) = 203+197+115=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC573 is #343A8C. Grayscale: #BDBDBD. Windows color (decimal): -3422861 or 7587275. OLE color: 7587275.

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

Color convert

RGB203197115-
CMYK00.030.430.20
HSL55.91º45.83%62.35%-
HSV(B)55.91º43.35%79.61%-
XYZ47.6953.8724.1-
YUV189.4585.99137.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 115 (45.31% from 255) = 22.33%
R=39.42%
G=38.25%
B=22.33%

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
Decimal20319711500.030.430.2055.9145.8362.35
HexCBC573032B14382e3e
Octal313305163035324705676
Binary1100101111000101111001101110101110100111000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC573; }

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

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

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

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

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

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

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

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