#C99A90

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

Shades of Quicksand #C99A90

Tints of Quicksand #C99A90

Color information

#C99A90 (or 0xC99A90) is unknown color: approx Quicksand. HEX triplet: C9, 9A and 90. RGB value is (201,154,144). Sum of RGB (Red+Green+Blue) = 201+154+144=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A90 is #36656F. Grayscale: #A7A7A7. Windows color (decimal): -3564912 or 9476809. OLE color: 9476809.

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

Color convert

RGB201154144-
CMYK00.230.280.21
HSL10.53º34.55%67.65%-
HSV(B)10.53º28.36%78.82%-
XYZ40.6837.5431.49-
YUV166.91115.07152.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=40.28%
G=30.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115414400.230.280.2110.5334.5567.65
HexC99A900171C15b2344
Octal31123222002734251343104
Binary110010011001101010010000010111111001010110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A90; }

 p { color: rgb(201,154,144); }

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

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

 a { background-color: rgb(201,154,144); }

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

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

 span { border-color: rgb(201,154,144); }

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