#C5998C

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

Shades of Quicksand #C5998C

Tints of Quicksand #C5998C

Color information

#C5998C (or 0xC5998C) is unknown color: approx Quicksand. HEX triplet: C5, 99 and 8C. RGB value is (197,153,140). Sum of RGB (Red+Green+Blue) = 197+153+140=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5998C is #3A6673. Grayscale: #A4A4A4. Windows color (decimal): -3827316 or 9214405. OLE color: 9214405.

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

Color convert

RGB197153140-
CMYK00.220.290.23
HSL13.68º32.95%66.08%-
HSV(B)13.68º28.93%77.25%-
XYZ39.1536.5529.8-
YUV164.67114.08151.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=40.20%
G=31.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715314000.220.290.2313.6832.9566.08
HexC5998C0161D17e2142
Octal30523121402635271641102
Binary110001011001100110001100010110111011011111101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5998C; }

 p { color: rgb(197,153,140); }

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

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

 a { background-color: rgb(197,153,140); }

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

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

 span { border-color: rgb(197,153,140); }

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