#C8BDA0

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

Shades of Sisal #C8BDA0

Tints of Sisal #C8BDA0

Color information

#C8BDA0 (or 0xC8BDA0) is unknown color: approx Sisal. HEX triplet: C8, BD and A0. RGB value is (200,189,160). Sum of RGB (Red+Green+Blue) = 200+189+160=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDA0 is #37425F. Grayscale: #BDBDBD. Windows color (decimal): -3621472 or 10534344. OLE color: 10534344.

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

Color convert

RGB200189160-
CMYK00.060.20.22
HSL43.5º26.67%70.59%-
HSV(B)43.5º20%78.43%-
XYZ48.3651.2140.59-
YUV188.98111.64135.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.43%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=36.43%
G=34.43%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018916000.060.20.2243.526.6770.59
HexC8BDA00614162c1b47
Octal3102752400624265433107
Binary11001000101111011010000001101010010110101100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDA0; }

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

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

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

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

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

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

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

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