#C4BAA0

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

Shades of Sisal #C4BAA0

Tints of Sisal #C4BAA0

Color information

#C4BAA0 (or 0xC4BAA0) is unknown color: approx Sisal. HEX triplet: C4, BA and A0. RGB value is (196,186,160). Sum of RGB (Red+Green+Blue) = 196+186+160=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAA0 is #3B455F. Grayscale: #BABABA. Windows color (decimal): -3884384 or 10533572. OLE color: 10533572.

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

Color convert

RGB196186160-
CMYK00.050.180.23
HSL43.33º23.38%69.8%-
HSV(B)43.33º18.37%76.86%-
XYZ46.6749.3940.33-
YUV186.03113.31135.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=36.16%
G=34.32%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618616000.050.180.2343.3323.3869.8
HexC4BAA00512172b1746
Octal3042722400522275327106
Binary11000100101110101010000001011001010111101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAA0; }

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

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

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

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

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

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

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

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