#C8BDA1

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

Shades of Sisal #C8BDA1

Tints of Sisal #C8BDA1

Color information

#C8BDA1 (or 0xC8BDA1) is unknown color: approx Sisal. HEX triplet: C8, BD and A1. RGB value is (200,189,161). Sum of RGB (Red+Green+Blue) = 200+189+161=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDA1 is #37425E. Grayscale: #BDBDBD. Windows color (decimal): -3621471 or 10599880. OLE color: 10599880.

HSL color Cylindrical-coordinate representation of color #C8BDA1: hue angle of 43.08º 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 #C8BDA1 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB200189161-
CMYK00.060.190.22
HSL43.08º26.17%70.78%-
HSV(B)43.08º19.5%78.43%-
XYZ48.4551.2541.06-
YUV189.1112.14135.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 161 (63.28% from 255) = 29.27%
R=36.36%
G=34.36%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018916100.060.190.2243.0826.1770.78
HexC8BDA10613162b1a47
Octal3102752410623265332107
Binary11001000101111011010000101101001110110101011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDA1; }

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

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

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

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

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

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

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

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