#C9998E

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

Shades of Quicksand #C9998E

Tints of Quicksand #C9998E

Color information

#C9998E (or 0xC9998E) is unknown color: approx Quicksand. HEX triplet: C9, 99 and 8E. RGB value is (201,153,142). Sum of RGB (Red+Green+Blue) = 201+153+142=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C9998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9998E is #366671. Grayscale: #A6A6A6. Windows color (decimal): -3565170 or 9345481. OLE color: 9345481.

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

Color convert

RGB201153142-
CMYK00.240.290.21
HSL11.19º35.33%67.25%-
HSV(B)11.19º29.35%78.82%-
XYZ40.3637.1530.64-
YUV166.1114.4152.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=40.52%
G=30.85%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115314200.240.290.2111.1935.3367.25
HexC9998E0181D15b2343
Octal31123121603035251343103
Binary110010011001100110001110011000111011010110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9998E; }

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

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

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

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

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

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

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

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