#C8BFA4

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

Shades of Sisal #C8BFA4

Tints of Sisal #C8BFA4

Color information

#C8BFA4 (or 0xC8BFA4) is unknown color: approx Sisal. HEX triplet: C8, BF and A4. RGB value is (200,191,164). Sum of RGB (Red+Green+Blue) = 200+191+164=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFA4 is #37405B. Grayscale: #BEBEBE. Windows color (decimal): -3620956 or 10797000. OLE color: 10797000.

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

Color convert

RGB200191164-
CMYK00.040.180.22
HSL45º24.66%71.37%-
HSV(B)45º18%78.43%-
XYZ49.1552.2242.61-
YUV190.61112.98134.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 164 (64.45% from 255) = 29.55%
R=36.04%
G=34.41%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019116400.040.180.224524.6671.37
HexC8BFA40412162d1947
Octal3102772440422265531107
Binary11001000101111111010010001001001010110101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFA4; }

 p { color: rgb(200,191,164); }

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

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

 a { background-color: rgb(200,191,164); }

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

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

 span { border-color: rgb(200,191,164); }

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