#CEBF76

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

Shades of Winter Hazel #CEBF76

Tints of Winter Hazel #CEBF76

Color information

#CEBF76 (or 0xCEBF76) is unknown color: approx Winter Hazel. HEX triplet: CE, BF and 76. RGB value is (206,191,118). Sum of RGB (Red+Green+Blue) = 206+191+118=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF76 is #314089. Grayscale: #BBBBBB. Windows color (decimal): -3227786 or 7782350. OLE color: 7782350.

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

Color convert

RGB206191118-
CMYK00.070.430.19
HSL49.77º47.31%63.53%-
HSV(B)49.77º42.72%80.78%-
XYZ47.3551.6924.62-
YUV187.1688.97141.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 118 (46.48% from 255) = 22.91%
R=40%
G=37.09%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619111800.070.430.1949.7747.3163.53
HexCEBF76072B13322f40
Octal3162771660753236257100
Binary110011101011111111101100111101011100111100101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF76; }

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

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

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

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

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

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

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

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