#C8BFA5

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

Shades of Sisal #C8BFA5

Tints of Sisal #C8BFA5

Color information

#C8BFA5 (or 0xC8BFA5) is unknown color: approx Sisal. HEX triplet: C8, BF and A5. RGB value is (200,191,165). Sum of RGB (Red+Green+Blue) = 200+191+165=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFA5 is #37405A. Grayscale: #BEBEBE. Windows color (decimal): -3620955 or 10862536. OLE color: 10862536.

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

Color convert

RGB200191165-
CMYK00.040.180.22
HSL44.57º24.14%71.57%-
HSV(B)44.57º17.5%78.43%-
XYZ49.2452.2643.09-
YUV190.73113.48134.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=35.97%
G=34.35%
B=29.68%

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
Decimal20019116500.040.180.2244.5724.1471.57
HexC8BFA50412162d1848
Octal3102772450422265530110
Binary11001000101111111010010101001001010110101101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFA5; }

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

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

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

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

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

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

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

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