#C59C95

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

Shades of Quicksand #C59C95

Tints of Quicksand #C59C95

Color information

#C59C95 (or 0xC59C95) is unknown color: approx Quicksand. HEX triplet: C5, 9C and 95. RGB value is (197,156,149). Sum of RGB (Red+Green+Blue) = 197+156+149=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59C95 is #3A636A. Grayscale: #A7A7A7. Windows color (decimal): -3826539 or 9804997. OLE color: 9804997.

HSL color Cylindrical-coordinate representation of color #C59C95: hue angle of 8.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59C95 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB197156149-
CMYK00.210.240.23
HSL8.75º29.27%67.84%-
HSV(B)8.75º24.37%77.25%-
XYZ40.3437.8233.61-
YUV167.46117.58149.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=39.24%
G=31.08%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715614900.210.240.238.7529.2767.84
HexC59C95015181791d44
Octal30523422502530271135104
Binary11000101100111001001010101010111000101111001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59C95; }

 p { color: rgb(197,156,149); }

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

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

 a { background-color: rgb(197,156,149); }

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

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

 span { border-color: rgb(197,156,149); }

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