#CFBE84

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

Shades of Winter Hazel #CFBE84

Tints of Winter Hazel #CFBE84

Color information

#CFBE84 (or 0xCFBE84) is unknown color: approx Winter Hazel. HEX triplet: CF, BE and 84. RGB value is (207,190,132). Sum of RGB (Red+Green+Blue) = 207+190+132=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE84 is #30417B. Grayscale: #BCBCBC. Windows color (decimal): -3162492 or 8699599. OLE color: 8699599.

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

Color convert

RGB207190132-
CMYK00.080.360.19
HSL46.4º43.86%66.47%-
HSV(B)46.4º36.23%81.18%-
XYZ48.3151.7629.27-
YUV188.4796.13141.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=39.13%
G=35.92%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719013200.080.360.1946.443.8666.47
HexCFBE840824132e2c42
Octal31727620401044235654102
Binary11001111101111101000010001000100100100111011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE84; }

 p { color: rgb(207,190,132); }

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

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

 a { background-color: rgb(207,190,132); }

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

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

 span { border-color: rgb(207,190,132); }

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