#C8BDA5

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

Shades of Sisal #C8BDA5

Tints of Sisal #C8BDA5

Color information

#C8BDA5 (or 0xC8BDA5) is unknown color: approx Sisal. HEX triplet: C8, BD and A5. RGB value is (200,189,165). Sum of RGB (Red+Green+Blue) = 200+189+165=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDA5 is #37425A. Grayscale: #BDBDBD. Windows color (decimal): -3621467 or 10862024. OLE color: 10862024.

HSL color Cylindrical-coordinate representation of color #C8BDA5: hue angle of 41.14º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8BDA5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200189165-
CMYK00.060.180.22
HSL41.14º24.14%71.57%-
HSV(B)41.14º17.5%78.43%-
XYZ48.8151.3942.94-
YUV189.55114.14135.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.10%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=36.10%
G=34.12%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018916500.060.180.2241.1424.1471.57
HexC8BDA5061216291848
Octal3102752450622265130110
Binary11001000101111011010010101101001010110101001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDA5; }

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

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

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

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

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

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

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

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