#C8BFA7

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

Shades of Sisal #C8BFA7

Tints of Sisal #C8BFA7

Color information

#C8BFA7 (or 0xC8BFA7) is unknown color: approx Sisal. HEX triplet: C8, BF and A7. RGB value is (200,191,167). Sum of RGB (Red+Green+Blue) = 200+191+167=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFA7 is #374058. Grayscale: #BFBFBF. Windows color (decimal): -3620953 or 10993608. OLE color: 10993608.

HSL color Cylindrical-coordinate representation of color #C8BFA7: hue angle of 43.64º degrees, saturation: 0.23, 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 #C8BFA7 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB200191167-
CMYK00.040.160.22
HSL43.64º23.08%71.96%-
HSV(B)43.64º16.5%78.43%-
XYZ49.4352.3344.06-
YUV190.96114.48134.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.84%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 167 (65.62% from 255) = 29.93%
R=35.84%
G=34.23%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019116700.040.160.2243.6423.0871.96
HexC8BFA70410162c1748
Octal3102772470420265427110
Binary11001000101111111010011101001000010110101100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFA7; }

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

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

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

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

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

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

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

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