#C3BAA2

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

Shades of Sisal #C3BAA2

Tints of Sisal #C3BAA2

Color information

#C3BAA2 (or 0xC3BAA2) is unknown color: approx Sisal. HEX triplet: C3, BA and A2. RGB value is (195,186,162). Sum of RGB (Red+Green+Blue) = 195+186+162=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BAA2 is #3C455D. Grayscale: #BABABA. Windows color (decimal): -3949918 or 10664643. OLE color: 10664643.

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

Color convert

RGB195186162-
CMYK00.050.170.24
HSL43.64º21.57%70%-
HSV(B)43.64º16.92%76.47%-
XYZ46.5949.3341.25-
YUV185.96114.48134.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 162 (63.67% from 255) = 29.83%
R=35.91%
G=34.25%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518616200.050.170.2443.6421.5770
HexC3BAA20511182c1646
Octal3032722420521305426106
Binary11000011101110101010001001011000111000101100101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAA2; }

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

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

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

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

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

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

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

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