#CEBF7F

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

Shades of Winter Hazel #CEBF7F

Tints of Winter Hazel #CEBF7F

Color information

#CEBF7F (or 0xCEBF7F) is unknown color: approx Winter Hazel. HEX triplet: CE, BF and 7F. RGB value is (206,191,127). Sum of RGB (Red+Green+Blue) = 206+191+127=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF7F is #314080. Grayscale: #BCBCBC. Windows color (decimal): -3227777 or 8372174. OLE color: 8372174.

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

Color convert

RGB206191127-
CMYK00.070.380.19
HSL48.61º44.63%65.29%-
HSV(B)48.61º38.35%80.78%-
XYZ47.9251.9227.57-
YUV188.1993.47140.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 127 (50% from 255) = 24.24%
R=39.31%
G=36.45%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619112700.070.380.1948.6144.6365.29
HexCEBF7F072613312d41
Octal3162771770746236155101
Binary110011101011111111111110111100110100111100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF7F; }

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

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

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

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

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

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

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

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