#CEBF7C

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

Shades of Winter Hazel #CEBF7C

Tints of Winter Hazel #CEBF7C

Color information

#CEBF7C (or 0xCEBF7C) is unknown color: approx Winter Hazel. HEX triplet: CE, BF and 7C. RGB value is (206,191,124). Sum of RGB (Red+Green+Blue) = 206+191+124=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF7C is #314083. Grayscale: #BCBCBC. Windows color (decimal): -3227780 or 8175566. OLE color: 8175566.

HSL color Cylindrical-coordinate representation of color #CEBF7C: hue angle of 49.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEBF7C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206191124-
CMYK00.070.400.19
HSL49.02º45.56%64.71%-
HSV(B)49.02º39.81%80.78%-
XYZ47.7251.8426.56-
YUV187.8591.97140.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=39.54%
G=36.66%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619112400.070.400.1949.0245.5664.71
HexCEBF7C072813312e41
Octal3162771740750236156101
Binary110011101011111111111000111101000100111100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF7C; }

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

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

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

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

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

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

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

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