#CFBE85

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

Shades of Winter Hazel #CFBE85

Tints of Winter Hazel #CFBE85

Color information

#CFBE85 (or 0xCFBE85) is unknown color: approx Winter Hazel. HEX triplet: CF, BE and 85. RGB value is (207,190,133). Sum of RGB (Red+Green+Blue) = 207+190+133=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE85 is #30417A. Grayscale: #BCBCBC. Windows color (decimal): -3162491 or 8765135. OLE color: 8765135.

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

Color convert

RGB207190133-
CMYK00.080.360.19
HSL46.22º43.53%66.67%-
HSV(B)46.22º35.75%81.18%-
XYZ48.3851.7929.64-
YUV188.5896.63141.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=39.06%
G=35.85%
B=25.09%

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
Decimal20719013300.080.360.1946.2243.5366.67
HexCFBE850824132e2c43
Octal31727620501044235654103
Binary11001111101111101000010101000100100100111011101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE85; }

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

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

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

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

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

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

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

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