#C4BA96

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

Shades of Sisal #C4BA96

Tints of Sisal #C4BA96

Color information

#C4BA96 (or 0xC4BA96) is unknown color: approx Sisal. HEX triplet: C4, BA and 96. RGB value is (196,186,150). Sum of RGB (Red+Green+Blue) = 196+186+150=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA96 is #3B4569. Grayscale: #B9B9B9. Windows color (decimal): -3884394 or 9878212. OLE color: 9878212.

HSL color Cylindrical-coordinate representation of color #C4BA96: hue angle of 46.96º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4BA96 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196186150-
CMYK00.050.230.23
HSL46.96º28.05%67.84%-
HSV(B)46.96º23.47%76.86%-
XYZ45.8349.0635.91-
YUV184.89108.31135.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=36.84%
G=34.96%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618615000.050.230.2346.9628.0567.84
HexC4BA960517172f1c44
Octal3042722260527275734104
Binary11000100101110101001011001011011110111101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BA96; }

 p { color: rgb(196,186,150); }

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

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

 a { background-color: rgb(196,186,150); }

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

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

 span { border-color: rgb(196,186,150); }

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