#C89994

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

Shades of Quicksand #C89994

Tints of Quicksand #C89994

Color information

#C89994 (or 0xC89994) is unknown color: approx Quicksand. HEX triplet: C8, 99 and 94. RGB value is (200,153,148). Sum of RGB (Red+Green+Blue) = 200+153+148=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C89994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89994 is #37666B. Grayscale: #A6A6A6. Windows color (decimal): -3630700 or 9738696. OLE color: 9738696.

HSL color Cylindrical-coordinate representation of color #C89994: hue angle of 5.77º degrees, saturation: 0.32, 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 #C89994 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200153148-
CMYK00.240.260.22
HSL5.77º32.1%68.24%-
HSV(B)5.77º26%78.43%-
XYZ40.5637.233.06-
YUV166.48117.57151.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=39.92%
G=30.54%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015314800.240.260.225.7732.168.24
HexC899940181A1662044
Octal3102312240303226640104
Binary11001000100110011001010001100011010101101101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89994; }

 p { color: rgb(200,153,148); }

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

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

 a { background-color: rgb(200,153,148); }

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

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

 span { border-color: rgb(200,153,148); }

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