#CEBF8A

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

Shades of Winter Hazel #CEBF8A

Tints of Winter Hazel #CEBF8A

Color information

#CEBF8A (or 0xCEBF8A) is unknown color: approx Winter Hazel. HEX triplet: CE, BF and 8A. RGB value is (206,191,138). Sum of RGB (Red+Green+Blue) = 206+191+138=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF8A is #314075. Grayscale: #BDBDBD. Windows color (decimal): -3227766 or 9093070. OLE color: 9093070.

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

Color convert

RGB206191138-
CMYK00.070.330.19
HSL46.76º40.96%67.45%-
HSV(B)46.76º33.01%80.78%-
XYZ48.6752.2231.56-
YUV189.4498.97139.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=38.50%
G=35.70%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619113800.070.330.1946.7640.9667.45
HexCEBF8A0721132f2943
Octal3162772120741235751103
Binary1100111010111111100010100111100001100111011111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF8A; }

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

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

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

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

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

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

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

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