#CFBF92

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

Shades of Winter Hazel #CFBF92

Tints of Winter Hazel #CFBF92

Color information

#CFBF92 (or 0xCFBF92) is unknown color: approx Winter Hazel. HEX triplet: CF, BF and 92. RGB value is (207,191,146). Sum of RGB (Red+Green+Blue) = 207+191+146=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF92 is #30406D. Grayscale: #BEBEBE. Windows color (decimal): -3162222 or 9617359. OLE color: 9617359.

HSL color Cylindrical-coordinate representation of color #CFBF92: hue angle of 44.26º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFBF92 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207191146-
CMYK00.080.290.19
HSL44.26º38.85%69.22%-
HSV(B)44.26º29.47%81.18%-
XYZ49.5552.634.74-
YUV190.65102.8139.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=38.05%
G=35.11%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719114600.080.290.1944.2638.8569.22
HexCFBF92081D132c2745
Octal31727722201035235447105
Binary1100111110111111100100100100011101100111011001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBF92; }

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

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

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

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

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

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

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

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