#C99C92

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

Shades of Quicksand #C99C92

Tints of Quicksand #C99C92

Color information

#C99C92 (or 0xC99C92) is unknown color: approx Quicksand. HEX triplet: C9, 9C and 92. RGB value is (201,156,146). Sum of RGB (Red+Green+Blue) = 201+156+146=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C92 is #36636D. Grayscale: #A8A8A8. Windows color (decimal): -3564398 or 9608393. OLE color: 9608393.

HSL color Cylindrical-coordinate representation of color #C99C92: hue angle of 10.91º 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 #C99C92 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB201156146-
CMYK00.220.270.21
HSL10.91º33.74%68.04%-
HSV(B)10.91º27.36%78.82%-
XYZ41.1638.2732.41-
YUV168.32115.41151.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=39.96%
G=31.01%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115614600.220.270.2110.9133.7468.04
HexC99C920161B15b2244
Octal31123422202633251342104
Binary110010011001110010010010010110110111010110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C92; }

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

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

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

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

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

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

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

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