#C19989

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

Shades of Quicksand #C19989

Tints of Quicksand #C19989

Color information

#C19989 (or 0xC19989) is unknown color: approx Quicksand. HEX triplet: C1, 99 and 89. RGB value is (193,153,137). Sum of RGB (Red+Green+Blue) = 193+153+137=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C19989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19989 is #3E6676. Grayscale: #A3A3A3. Windows color (decimal): -4089463 or 9017793. OLE color: 9017793.

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

Color convert

RGB193153137-
CMYK00.210.290.24
HSL17.14º31.11%64.71%-
HSV(B)17.14º29.02%75.69%-
XYZ37.935.9328.6-
YUV163.14113.25149.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=39.96%
G=31.68%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315313700.210.290.2417.1431.1164.71
HexC199890151D18111f41
Octal30123121102535302137101
Binary110000011001100110001001010101111011100010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19989; }

 p { color: rgb(193,153,137); }

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

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

 a { background-color: rgb(193,153,137); }

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

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

 span { border-color: rgb(193,153,137); }

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