#CCBF88

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

Shades of Winter Hazel #CCBF88

Tints of Winter Hazel #CCBF88

Color information

#CCBF88 (or 0xCCBF88) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 88. RGB value is (204,191,136). Sum of RGB (Red+Green+Blue) = 204+191+136=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF88 is #334077. Grayscale: #BCBCBC. Windows color (decimal): -3358840 or 8961996. OLE color: 8961996.

HSL color Cylindrical-coordinate representation of color #CCBF88: hue angle of 48.53º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCBF88 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204191136-
CMYK00.060.330.2
HSL48.53º40%66.67%-
HSV(B)48.53º33.33%80%-
XYZ47.9851.8830.78-
YUV188.6298.31138.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 136 (53.52% from 255) = 25.61%
R=38.42%
G=35.97%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419113600.060.330.248.534066.67
HexCCBF88062114312843
Octal3142772100641246150103
Binary1100110010111111100010000110100001101001100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF88; }

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

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

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

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

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

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

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

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