#CBC079

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

Shades of Winter Hazel #CBC079

Tints of Winter Hazel #CBC079

Color information

#CBC079 (or 0xCBC079) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 79. RGB value is (203,192,121). Sum of RGB (Red+Green+Blue) = 203+192+121=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC079 is #343F86. Grayscale: #BBBBBB. Windows color (decimal): -3424135 or 7979211. OLE color: 7979211.

HSL color Cylindrical-coordinate representation of color #CBC079: hue angle of 51.95º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBC079 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203192121-
CMYK00.050.400.20
HSL51.95º44.09%63.53%-
HSV(B)51.95º40.39%79.61%-
XYZ46.9351.7825.61-
YUV187.290.64139.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 121 (47.66% from 255) = 23.45%
R=39.34%
G=37.21%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319212100.050.400.2051.9544.0963.53
HexCBC079052814342c40
Octal3133001710550246454100
Binary110010111100000011110010101101000101001101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC079; }

 p { color: rgb(203,192,121); }

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

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

 a { background-color: rgb(203,192,121); }

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

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

 span { border-color: rgb(203,192,121); }

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