#CBBF80

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

Shades of Winter Hazel #CBBF80

Tints of Winter Hazel #CBBF80

Color information

#CBBF80 (or 0xCBBF80) is unknown color: approx Winter Hazel. HEX triplet: CB, BF and 80. RGB value is (203,191,128). Sum of RGB (Red+Green+Blue) = 203+191+128=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBF80 is #34407F. Grayscale: #BBBBBB. Windows color (decimal): -3424384 or 8437707. OLE color: 8437707.

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

Color convert

RGB203191128-
CMYK00.060.370.20
HSL50.4º41.9%64.9%-
HSV(B)50.4º36.95%79.61%-
XYZ47.1651.5227.88-
YUV187.4194.48139.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=38.89%
G=36.59%
B=24.52%

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
Decimal20319112800.060.370.2050.441.964.9
HexCBBF80062514322a41
Octal3132772000645246252101
Binary1100101110111111100000000110100101101001100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF80; }

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

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

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

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

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

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

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

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