#CEBF8F

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

Shades of Winter Hazel #CEBF8F

Tints of Winter Hazel #CEBF8F

Color information

#CEBF8F (or 0xCEBF8F) is unknown color: approx Winter Hazel. HEX triplet: CE, BF and 8F. RGB value is (206,191,143). Sum of RGB (Red+Green+Blue) = 206+191+143=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF8F is #314070. Grayscale: #BEBEBE. Windows color (decimal): -3227761 or 9420750. OLE color: 9420750.

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

Color convert

RGB206191143-
CMYK00.070.310.19
HSL45.71º39.13%68.43%-
HSV(B)45.71º30.58%80.78%-
XYZ49.0452.3733.51-
YUV190.01101.47139.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 191 (75% from 255) = 35.37%
BLUE value IS 143 (56.25% from 255) = 26.48%
R=38.15%
G=35.37%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619114300.070.310.1945.7139.1368.43
HexCEBF8F071F132e2744
Octal3162772170737235647104
Binary110011101011111110001111011111111100111011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF8F; }

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

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

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

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

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

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

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

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