#C89A93

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

Shades of Quicksand #C89A93

Tints of Quicksand #C89A93

Color information

#C89A93 (or 0xC89A93) is unknown color: approx Quicksand. HEX triplet: C8, 9A and 93. RGB value is (200,154,147). Sum of RGB (Red+Green+Blue) = 200+154+147=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89A93 is #37656C. Grayscale: #A7A7A7. Windows color (decimal): -3630445 or 9673416. OLE color: 9673416.

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

Color convert

RGB200154147-
CMYK00.230.260.22
HSL7.92º32.52%68.04%-
HSV(B)7.92º26.5%78.43%-
XYZ40.6437.532.7-
YUV166.96116.74151.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=39.92%
G=30.74%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015414700.230.260.227.9232.5268.04
HexC89A930171A1682144
Octal31023222302732261041104
Binary110010001001101010010011010111110101011010001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89A93; }

 p { color: rgb(200,154,147); }

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

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

 a { background-color: rgb(200,154,147); }

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

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

 span { border-color: rgb(200,154,147); }

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