#C59A90

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

Shades of Quicksand #C59A90

Tints of Quicksand #C59A90

Color information

#C59A90 (or 0xC59A90) is unknown color: approx Quicksand. HEX triplet: C5, 9A and 90. RGB value is (197,154,144). Sum of RGB (Red+Green+Blue) = 197+154+144=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59A90 is #3A656F. Grayscale: #A5A5A5. Windows color (decimal): -3827056 or 9476805. OLE color: 9476805.

HSL color Cylindrical-coordinate representation of color #C59A90: hue angle of 11.32º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C59A90 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB197154144-
CMYK00.220.270.23
HSL11.32º31.36%66.86%-
HSV(B)11.32º26.9%77.25%-
XYZ39.623731.44-
YUV165.72115.75150.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.80%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=39.80%
G=31.11%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715414400.220.270.2311.3231.3666.86
HexC59A900161B17b1f43
Octal30523222002633271337103
Binary11000101100110101001000001011011011101111011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59A90; }

 p { color: rgb(197,154,144); }

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

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

 a { background-color: rgb(197,154,144); }

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

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

 span { border-color: rgb(197,154,144); }

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