#CEBF95

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

Shades of Sisal #CEBF95

Tints of Sisal #CEBF95

Color information

#CEBF95 (or 0xCEBF95) is unknown color: approx Sisal. HEX triplet: CE, BF and 95. RGB value is (206,191,149). Sum of RGB (Red+Green+Blue) = 206+191+149=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF95 is #31406A. Grayscale: #BEBEBE. Windows color (decimal): -3227755 or 9813966. OLE color: 9813966.

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

Color convert

RGB206191149-
CMYK00.070.280.19
HSL44.21º36.77%69.61%-
HSV(B)44.21º27.67%80.78%-
XYZ49.5152.5535.97-
YUV190.7104.47138.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=37.73%
G=34.98%
B=27.29%

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
Decimal20619114900.070.280.1944.2136.7769.61
HexCEBF95071C132c2546
Octal3162772250734235445106
Binary110011101011111110010101011111100100111011001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF95; }

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

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

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

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

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

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

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

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