#C3BA9D

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

Shades of Sisal #C3BA9D

Tints of Sisal #C3BA9D

Color information

#C3BA9D (or 0xC3BA9D) is unknown color: approx Sisal. HEX triplet: C3, BA and 9D. RGB value is (195,186,157). Sum of RGB (Red+Green+Blue) = 195+186+157=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA9D is #3C4562. Grayscale: #B9B9B9. Windows color (decimal): -3949923 or 10336963. OLE color: 10336963.

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

Color convert

RGB195186157-
CMYK00.050.190.24
HSL45.79º24.05%69.02%-
HSV(B)45.79º19.49%76.47%-
XYZ46.1549.1538.95-
YUV185.38111.98134.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.25%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=36.25%
G=34.57%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518615700.050.190.2445.7924.0569.02
HexC3BA9D0513182e1845
Octal3032722350523305630105
Binary11000011101110101001110101011001111000101110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA9D; }

 p { color: rgb(195,186,157); }

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

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

 a { background-color: rgb(195,186,157); }

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

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

 span { border-color: rgb(195,186,157); }

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