#C3B996

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

Shades of Sisal #C3B996

Tints of Sisal #C3B996

Color information

#C3B996 (or 0xC3B996) is unknown color: approx Sisal. HEX triplet: C3, B9 and 96. RGB value is (195,185,150). Sum of RGB (Red+Green+Blue) = 195+185+150=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B996 is #3C4669. Grayscale: #B8B8B8. Windows color (decimal): -3950186 or 9877955. OLE color: 9877955.

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

Color convert

RGB195185150-
CMYK00.050.230.24
HSL46.67º27.27%67.65%-
HSV(B)46.67º23.08%76.47%-
XYZ45.3648.535.83-
YUV184108.81135.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=36.79%
G=34.91%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518515000.050.230.2446.6727.2767.65
HexC3B9960517182f1b44
Octal3032712260527305733104
Binary11000011101110011001011001011011111000101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B996; }

 p { color: rgb(195,185,150); }

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

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

 a { background-color: rgb(195,185,150); }

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

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

 span { border-color: rgb(195,185,150); }

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