#CEBF94

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

Shades of Sisal #CEBF94

Tints of Sisal #CEBF94

Color information

#CEBF94 (or 0xCEBF94) is unknown color: approx Sisal. HEX triplet: CE, BF and 94. RGB value is (206,191,148). Sum of RGB (Red+Green+Blue) = 206+191+148=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF94 is #31406B. Grayscale: #BEBEBE. Windows color (decimal): -3227756 or 9748430. OLE color: 9748430.

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

Color convert

RGB206191148-
CMYK00.070.280.19
HSL44.48º37.18%69.41%-
HSV(B)44.48º28.16%80.78%-
XYZ49.4352.5235.55-
YUV190.58103.97139-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=37.80%
G=35.05%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619114800.070.280.1944.4837.1869.41
HexCEBF94071C132c2545
Octal3162772240734235445105
Binary110011101011111110010100011111100100111011001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF94; }

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

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

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

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

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

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

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

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