#C99A92

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

Shades of Quicksand #C99A92

Tints of Quicksand #C99A92

Color information

#C99A92 (or 0xC99A92) is unknown color: approx Quicksand. HEX triplet: C9, 9A and 92. RGB value is (201,154,146). Sum of RGB (Red+Green+Blue) = 201+154+146=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A92 is #36656D. Grayscale: #A7A7A7. Windows color (decimal): -3564910 or 9607881. OLE color: 9607881.

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

Color convert

RGB201154146-
CMYK00.230.270.21
HSL8.73º33.74%68.04%-
HSV(B)8.73º27.36%78.82%-
XYZ40.8337.632.3-
YUV167.14116.07152.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=40.12%
G=30.74%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115414600.230.270.218.7333.7468.04
HexC99A920171B1592244
Octal31123222202733251142104
Binary110010011001101010010010010111110111010110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A92; }

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

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

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

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

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

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

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

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