#C99892

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

Shades of Quicksand #C99892

Tints of Quicksand #C99892

Color information

#C99892 (or 0xC99892) is unknown color: approx Quicksand. HEX triplet: C9, 98 and 92. RGB value is (201,152,146). Sum of RGB (Red+Green+Blue) = 201+152+146=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99892 is #36676D. Grayscale: #A6A6A6. Windows color (decimal): -3565422 or 9607369. OLE color: 9607369.

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

Color convert

RGB201152146-
CMYK00.240.270.21
HSL6.55º33.74%68.04%-
HSV(B)6.55º27.36%78.82%-
XYZ40.536.9532.19-
YUV165.97116.73152.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=40.28%
G=30.46%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115214600.240.270.216.5533.7468.04
HexC998920181B1572244
Octal3112302220303325742104
Binary11001001100110001001001001100011011101011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99892; }

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

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

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

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

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

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

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

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