#C2BA9D

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

Shades of Sisal #C2BA9D

Tints of Sisal #C2BA9D

Color information

#C2BA9D (or 0xC2BA9D) is unknown color: approx Sisal. HEX triplet: C2, BA and 9D. RGB value is (194,186,157). Sum of RGB (Red+Green+Blue) = 194+186+157=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA9D is #3D4562. Grayscale: #B9B9B9. Windows color (decimal): -4015459 or 10336962. OLE color: 10336962.

HSL color Cylindrical-coordinate representation of color #C2BA9D: hue angle of 47.03º degrees, saturation: 0.23, 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 #C2BA9D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194186157-
CMYK00.040.190.24
HSL47.03º23.27%68.82%-
HSV(B)47.03º19.07%76.08%-
XYZ45.8949.0238.94-
YUV185.09112.15134.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=36.13%
G=34.64%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418615700.040.190.2447.0323.2768.82
HexC2BA9D0413182f1745
Octal3022722350423305727105
Binary11000010101110101001110101001001111000101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA9D; }

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

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

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

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

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

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

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

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