#C9998C

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

Shades of Quicksand #C9998C

Tints of Quicksand #C9998C

Color information

#C9998C (or 0xC9998C) is unknown color: approx Quicksand. HEX triplet: C9, 99 and 8C. RGB value is (201,153,140). Sum of RGB (Red+Green+Blue) = 201+153+140=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9998C is #366673. Grayscale: #A5A5A5. Windows color (decimal): -3565172 or 9214409. OLE color: 9214409.

HSL color Cylindrical-coordinate representation of color #C9998C: hue angle of 12.79º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9998C is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201153140-
CMYK00.240.300.21
HSL12.79º36.09%66.86%-
HSV(B)12.79º30.35%78.82%-
XYZ40.2137.0929.85-
YUV165.87113.4153.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=40.69%
G=30.97%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115314000.240.300.2112.7936.0966.86
HexC9998C0181E15d2443
Octal31123121403036251544103
Binary110010011001100110001100011000111101010111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9998C; }

 p { color: rgb(201,153,140); }

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

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

 a { background-color: rgb(201,153,140); }

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

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

 span { border-color: rgb(201,153,140); }

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