#C8BFA8

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

Shades of Sisal #C8BFA8

Tints of Sisal #C8BFA8

Color information

#C8BFA8 (or 0xC8BFA8) is unknown color: approx Sisal. HEX triplet: C8, BF and A8. RGB value is (200,191,168). Sum of RGB (Red+Green+Blue) = 200+191+168=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFA8 is #374057. Grayscale: #BFBFBF. Windows color (decimal): -3620952 or 11059144. OLE color: 11059144.

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

Color convert

RGB200191168-
CMYK00.040.160.22
HSL43.13º22.54%72.16%-
HSV(B)43.13º16%78.43%-
XYZ49.5252.3744.54-
YUV191.07114.98134.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 168 (66.02% from 255) = 30.05%
R=35.78%
G=34.17%
B=30.05%

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
Decimal20019116800.040.160.2243.1322.5472.16
HexC8BFA80410162b1748
Octal3102772500420265327110
Binary11001000101111111010100001001000010110101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFA8; }

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

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

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

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

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

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

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

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