#CEBF86

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

Shades of Winter Hazel #CEBF86

Tints of Winter Hazel #CEBF86

Color information

#CEBF86 (or 0xCEBF86) is unknown color: approx Winter Hazel. HEX triplet: CE, BF and 86. RGB value is (206,191,134). Sum of RGB (Red+Green+Blue) = 206+191+134=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF86 is #314079. Grayscale: #BDBDBD. Windows color (decimal): -3227770 or 8830926. OLE color: 8830926.

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

Color convert

RGB206191134-
CMYK00.070.350.19
HSL47.5º42.35%66.67%-
HSV(B)47.5º34.95%80.78%-
XYZ48.3952.130.06-
YUV188.9996.97140.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=38.79%
G=35.97%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619113400.070.350.1947.542.3566.67
HexCEBF86072313302a43
Octal3162772060743236052103
Binary1100111010111111100001100111100011100111100001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF86; }

 p { color: rgb(206,191,134); }

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

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

 a { background-color: rgb(206,191,134); }

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

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

 span { border-color: rgb(206,191,134); }

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