#C99F8E

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

Shades of Quicksand #C99F8E

Tints of Quicksand #C99F8E

Color information

#C99F8E (or 0xC99F8E) is unknown color: approx Quicksand. HEX triplet: C9, 9F and 8E. RGB value is (201,159,142). Sum of RGB (Red+Green+Blue) = 201+159+142=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F8E is #366071. Grayscale: #A9A9A9. Windows color (decimal): -3563634 or 9347017. OLE color: 9347017.

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

Color convert

RGB201159142-
CMYK00.210.290.21
HSL17.29º35.33%67.25%-
HSV(B)17.29º29.35%78.82%-
XYZ41.3739.1730.97-
YUV169.62112.41150.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=40.04%
G=31.67%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115914200.210.290.2117.2935.3367.25
HexC99F8E0151D15112343
Octal31123721602535252143103
Binary1100100110011111100011100101011110110101100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F8E; }

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

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

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

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

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

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

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

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