#CEBE86

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

Shades of Winter Hazel #CEBE86

Tints of Winter Hazel #CEBE86

Color information

#CEBE86 (or 0xCEBE86) is unknown color: approx Winter Hazel. HEX triplet: CE, BE and 86. RGB value is (206,190,134). Sum of RGB (Red+Green+Blue) = 206+190+134=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBE86 is #314179. Grayscale: #BCBCBC. Windows color (decimal): -3228026 or 8830670. OLE color: 8830670.

HSL color Cylindrical-coordinate representation of color #CEBE86: hue angle of 46.67º 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 #CEBE86 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206190134-
CMYK00.080.350.19
HSL46.67º42.35%66.67%-
HSV(B)46.67º34.95%80.78%-
XYZ48.1751.6729.99-
YUV188.497.3140.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=38.87%
G=35.85%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619013400.080.350.1946.6742.3566.67
HexCEBE860823132f2a43
Octal31627620601043235752103
Binary11001110101111101000011001000100011100111011111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE86; }

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

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

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

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

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

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

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

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