#CEBF92

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

Shades of Winter Hazel #CEBF92

Tints of Winter Hazel #CEBF92

Color information

#CEBF92 (or 0xCEBF92) is unknown color: approx Winter Hazel. HEX triplet: CE, BF and 92. RGB value is (206,191,146). Sum of RGB (Red+Green+Blue) = 206+191+146=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF92 is #31406D. Grayscale: #BEBEBE. Windows color (decimal): -3227758 or 9617358. OLE color: 9617358.

HSL color Cylindrical-coordinate representation of color #CEBF92: hue angle of 45º degrees, saturation: 0.38, 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 #CEBF92 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB206191146-
CMYK00.070.290.19
HSL45º37.97%69.02%-
HSV(B)45º29.13%80.78%-
XYZ49.2752.4634.72-
YUV190.36102.97139.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=37.94%
G=35.17%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619114600.070.290.194537.9769.02
HexCEBF92071D132d2645
Octal3162772220735235546105
Binary110011101011111110010010011111101100111011011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF92; }

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

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

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

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

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

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

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

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