#C99D92

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

Shades of Quicksand #C99D92

Tints of Quicksand #C99D92

Color information

#C99D92 (or 0xC99D92) is unknown color: approx Quicksand. HEX triplet: C9, 9D and 92. RGB value is (201,157,146). Sum of RGB (Red+Green+Blue) = 201+157+146=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D92 is #36626D. Grayscale: #A8A8A8. Windows color (decimal): -3564142 or 9608649. OLE color: 9608649.

HSL color Cylindrical-coordinate representation of color #C99D92: hue angle of 12º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99D92 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB201157146-
CMYK00.220.270.21
HSL12º33.74%68.04%-
HSV(B)12º27.36%78.82%-
XYZ41.3338.6132.47-
YUV168.9115.08150.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.88%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=39.88%
G=31.15%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115714600.220.270.211233.7468.04
HexC99D920161B15c2244
Octal31123522202633251442104
Binary110010011001110110010010010110110111010111001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D92; }

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

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

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

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

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

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

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

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