#CBC279

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

Shades of Winter Hazel #CBC279

Tints of Winter Hazel #CBC279

Color information

#CBC279 (or 0xCBC279) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 79. RGB value is (203,194,121). Sum of RGB (Red+Green+Blue) = 203+194+121=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC279 is #343D86. Grayscale: #BCBCBC. Windows color (decimal): -3423623 or 7979723. OLE color: 7979723.

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

Color convert

RGB203194121-
CMYK00.040.400.20
HSL53.41º44.09%63.53%-
HSV(B)53.41º40.39%79.61%-
XYZ47.3752.6625.76-
YUV188.3789.98138.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 121 (47.66% from 255) = 23.36%
R=39.19%
G=37.45%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319412100.040.400.2053.4144.0963.53
HexCBC279042814352c40
Octal3133021710450246554100
Binary110010111100001011110010100101000101001101011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC279; }

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

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

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

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

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

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

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

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