#CEBF90

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

Shades of Winter Hazel #CEBF90

Tints of Winter Hazel #CEBF90

Color information

#CEBF90 (or 0xCEBF90) is unknown color: approx Winter Hazel. HEX triplet: CE, BF and 90. RGB value is (206,191,144). Sum of RGB (Red+Green+Blue) = 206+191+144=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF90 is #31406F. Grayscale: #BEBEBE. Windows color (decimal): -3227760 or 9486286. OLE color: 9486286.

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

Color convert

RGB206191144-
CMYK00.070.300.19
HSL45.48º38.75%68.63%-
HSV(B)45.48º30.1%80.78%-
XYZ49.1252.433.91-
YUV190.13101.97139.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=38.08%
G=35.30%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619114400.070.300.1945.4838.7568.63
HexCEBF90071E132d2745
Octal3162772200736235547105
Binary110011101011111110010000011111110100111011011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF90; }

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

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

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

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

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

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

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

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