#C99894

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

Shades of Quicksand #C99894

Tints of Quicksand #C99894

Color information

#C99894 (or 0xC99894) is unknown color: approx Quicksand. HEX triplet: C9, 98 and 94. RGB value is (201,152,148). Sum of RGB (Red+Green+Blue) = 201+152+148=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99894 is #36676B. Grayscale: #A6A6A6. Windows color (decimal): -3565420 or 9738441. OLE color: 9738441.

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

Color convert

RGB201152148-
CMYK00.240.260.21
HSL4.53º32.92%68.43%-
HSV(B)4.53º26.37%78.82%-
XYZ40.6637.0133.02-
YUV166.2117.73152.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=40.12%
G=30.34%
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.21
SystemRedGreenBlueCMYKHSL
Decimal20115214800.240.260.214.5332.9268.43
HexC998940181A1552144
Octal3112302240303225541104
Binary11001001100110001001010001100011010101011011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99894; }

 p { color: rgb(201,152,148); }

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

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

 a { background-color: rgb(201,152,148); }

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

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

 span { border-color: rgb(201,152,148); }

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