#C99F8D

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

Shades of Quicksand #C99F8D

Tints of Quicksand #C99F8D

Color information

#C99F8D (or 0xC99F8D) is unknown color: approx Quicksand. HEX triplet: C9, 9F and 8D. RGB value is (201,159,141). Sum of RGB (Red+Green+Blue) = 201+159+141=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F8D is #366072. Grayscale: #A9A9A9. Windows color (decimal): -3563635 or 9281481. OLE color: 9281481.

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

Color convert

RGB201159141-
CMYK00.210.300.21
HSL18º35.71%67.06%-
HSV(B)18º29.85%78.82%-
XYZ41.2939.1430.58-
YUV169.51111.91150.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=40.12%
G=31.74%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115914100.210.300.211835.7167.06
HexC99F8D0151E15122443
Octal31123721502536252244103
Binary1100100110011111100011010101011111010101100101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F8D; }

 p { color: rgb(201,159,141); }

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

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

 a { background-color: rgb(201,159,141); }

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

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

 span { border-color: rgb(201,159,141); }

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