#C8BD9A

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

Shades of Sisal #C8BD9A

Tints of Sisal #C8BD9A

Color information

#C8BD9A (or 0xC8BD9A) is unknown color: approx Sisal. HEX triplet: C8, BD and 9A. RGB value is (200,189,154). Sum of RGB (Red+Green+Blue) = 200+189+154=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD9A is #374265. Grayscale: #BCBCBC. Windows color (decimal): -3621478 or 10141128. OLE color: 10141128.

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

Color convert

RGB200189154-
CMYK00.060.230.22
HSL45.65º29.49%69.41%-
HSV(B)45.65º23%78.43%-
XYZ47.8551.0137.9-
YUV188.3108.64136.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.83%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=36.83%
G=34.81%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018915400.060.230.2245.6529.4969.41
HexC8BD9A0617162e1d45
Octal3102752320627265635105
Binary11001000101111011001101001101011110110101110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD9A; }

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

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

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

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

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

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

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

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