#CCBF80

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

Shades of Winter Hazel #CCBF80

Tints of Winter Hazel #CCBF80

Color information

#CCBF80 (or 0xCCBF80) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 80. RGB value is (204,191,128). Sum of RGB (Red+Green+Blue) = 204+191+128=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF80 is #33407F. Grayscale: #BBBBBB. Windows color (decimal): -3358848 or 8437708. OLE color: 8437708.

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

Color convert

RGB204191128-
CMYK00.060.370.2
HSL49.74º42.7%65.1%-
HSV(B)49.74º37.25%80%-
XYZ47.4351.6627.89-
YUV187.794.31139.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=39.01%
G=36.52%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419112800.060.370.249.7442.765.1
HexCCBF80062514322b41
Octal3142772000645246253101
Binary1100110010111111100000000110100101101001100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF80; }

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

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

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

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

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

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

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

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