#CBBE80

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

Shades of Winter Hazel #CBBE80

Tints of Winter Hazel #CBBE80

Color information

#CBBE80 (or 0xCBBE80) is unknown color: approx Winter Hazel. HEX triplet: CB, BE and 80. RGB value is (203,190,128). Sum of RGB (Red+Green+Blue) = 203+190+128=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBE80 is #34417F. Grayscale: #BBBBBB. Windows color (decimal): -3424640 or 8437451. OLE color: 8437451.

HSL color Cylindrical-coordinate representation of color #CBBE80: hue angle of 49.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBBE80 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203190128-
CMYK00.060.370.20
HSL49.6º41.9%64.9%-
HSV(B)49.6º36.95%79.61%-
XYZ46.9451.0827.81-
YUV186.8294.81139.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=38.96%
G=36.47%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319012800.060.370.2049.641.964.9
HexCBBE80062514322a41
Octal3132762000645246252101
Binary1100101110111110100000000110100101101001100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBE80; }

 p { color: rgb(203,190,128); }

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

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

 a { background-color: rgb(203,190,128); }

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

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

 span { border-color: rgb(203,190,128); }

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