#CCBF92

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

Shades of Winter Hazel #CCBF92

Tints of Winter Hazel #CCBF92

Color information

#CCBF92 (or 0xCCBF92) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 92. RGB value is (204,191,146). Sum of RGB (Red+Green+Blue) = 204+191+146=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF92 is #33406D. Grayscale: #BDBDBD. Windows color (decimal): -3358830 or 9617356. OLE color: 9617356.

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

Color convert

RGB204191146-
CMYK00.060.280.2
HSL46.55º36.25%68.63%-
HSV(B)46.55º28.43%80%-
XYZ48.7252.1734.7-
YUV189.76103.31138.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=37.71%
G=35.30%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419114600.060.280.246.5536.2568.63
HexCCBF92061C142f2445
Octal3142772220634245744105
Binary110011001011111110010010011011100101001011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF92; }

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

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

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

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

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

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

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

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