#C89F91

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

Shades of Quicksand #C89F91

Tints of Quicksand #C89F91

Color information

#C89F91 (or 0xC89F91) is unknown color: approx Quicksand. HEX triplet: C8, 9F and 91. RGB value is (200,159,145). Sum of RGB (Red+Green+Blue) = 200+159+145=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F91 is #37606E. Grayscale: #A9A9A9. Windows color (decimal): -3629167 or 9543624. OLE color: 9543624.

HSL color Cylindrical-coordinate representation of color #C89F91: hue angle of 15.27º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89F91 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200159145-
CMYK00.200.280.22
HSL15.27º33.33%67.65%-
HSV(B)15.27º27.5%78.43%-
XYZ41.3339.1232.16-
YUV169.66114.08149.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=39.68%
G=31.55%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015914500.200.280.2215.2733.3367.65
HexC89F910141C16f2144
Octal31023722102434261741104
Binary110010001001111110010001010100111001011011111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89F91; }

 p { color: rgb(200,159,145); }

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

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

 a { background-color: rgb(200,159,145); }

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

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

 span { border-color: rgb(200,159,145); }

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