#C8BAA1

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

Shades of Sisal #C8BAA1

Tints of Sisal #C8BAA1

Color information

#C8BAA1 (or 0xC8BAA1) is unknown color: approx Sisal. HEX triplet: C8, BA and A1. RGB value is (200,186,161). Sum of RGB (Red+Green+Blue) = 200+186+161=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAA1 is #37455E. Grayscale: #BBBBBB. Windows color (decimal): -3622239 or 10599112. OLE color: 10599112.

HSL color Cylindrical-coordinate representation of color #C8BAA1: hue angle of 38.46º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8BAA1 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB200186161-
CMYK00.070.190.22
HSL38.46º26.17%70.78%-
HSV(B)38.46º19.5%78.43%-
XYZ47.8149.9740.84-
YUV187.34113.14137.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.56%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=36.56%
G=34.00%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018616100.070.190.2238.4626.1770.78
HexC8BAA1071316261a47
Octal3102722410723264632107
Binary11001000101110101010000101111001110110100110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAA1; }

 p { color: rgb(200,186,161); }

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

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

 a { background-color: rgb(200,186,161); }

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

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

 span { border-color: rgb(200,186,161); }

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