#C99D8C

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

Shades of Quicksand #C99D8C

Tints of Quicksand #C99D8C

Color information

#C99D8C (or 0xC99D8C) is unknown color: approx Quicksand. HEX triplet: C9, 9D and 8C. RGB value is (201,157,140). Sum of RGB (Red+Green+Blue) = 201+157+140=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D8C is #366273. Grayscale: #A8A8A8. Windows color (decimal): -3564148 or 9215433. OLE color: 9215433.

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

Color convert

RGB201157140-
CMYK00.220.300.21
HSL16.72º36.09%66.86%-
HSV(B)16.72º30.35%78.82%-
XYZ40.8838.4230.07-
YUV168.22112.08151.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=40.36%
G=31.53%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115714000.220.300.2116.7236.0966.86
HexC99D8C0161E15112443
Octal31123521402636252144103
Binary1100100110011101100011000101101111010101100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D8C; }

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

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

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

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

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

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

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

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