#C99784

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

Shades of Quicksand #C99784

Tints of Quicksand #C99784

Color information

#C99784 (or 0xC99784) is unknown color: approx Quicksand. HEX triplet: C9, 97 and 84. RGB value is (201,151,132). Sum of RGB (Red+Green+Blue) = 201+151+132=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C99784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99784 is #36687B. Grayscale: #A3A3A3. Windows color (decimal): -3565692 or 8689609. OLE color: 8689609.

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

Color convert

RGB201151132-
CMYK00.250.340.21
HSL16.52º38.98%65.29%-
HSV(B)16.52º34.33%78.82%-
XYZ39.3236.2226.75-
YUV163.78110.06154.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=41.53%
G=31.20%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115113200.250.340.2116.5238.9865.29
HexC997840192215112741
Octal31122720403142252147101
Binary11001001100101111000010001100110001010101100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99784; }

 p { color: rgb(201,151,132); }

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

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

 a { background-color: rgb(201,151,132); }

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

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

 span { border-color: rgb(201,151,132); }

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