#C5958D

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

Shades of Quicksand #C5958D

Tints of Quicksand #C5958D

Color information

#C5958D (or 0xC5958D) is unknown color: approx Quicksand. HEX triplet: C5, 95 and 8D. RGB value is (197,149,141). Sum of RGB (Red+Green+Blue) = 197+149+141=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5958D is #3A6A72. Grayscale: #A2A2A2. Windows color (decimal): -3828339 or 9278917. OLE color: 9278917.

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

Color convert

RGB197149141-
CMYK00.240.280.23
HSL8.57º32.56%66.27%-
HSV(B)8.57º28.43%77.25%-
XYZ38.5835.2929.98-
YUV162.44115.9152.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=40.45%
G=30.60%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714914100.240.280.238.5732.5666.27
HexC5958D0181C1792142
Octal30522521503034271141102
Binary110001011001010110001101011000111001011110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5958D; }

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

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

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

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

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

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

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

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