#C19993

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

Shades of Quicksand #C19993

Tints of Quicksand #C19993

Color information

#C19993 (or 0xC19993) is unknown color: approx Quicksand. HEX triplet: C1, 99 and 93. RGB value is (193,153,147). Sum of RGB (Red+Green+Blue) = 193+153+147=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C19993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19993 is #3E666C. Grayscale: #A4A4A4. Windows color (decimal): -4089453 or 9673153. OLE color: 9673153.

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

Color convert

RGB193153147-
CMYK00.210.240.24
HSL7.83º27.06%66.67%-
HSV(B)7.83º23.83%75.69%-
XYZ38.6536.2332.56-
YUV164.28118.25148.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=39.15%
G=31.03%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315314700.210.240.247.8327.0666.67
HexC19993015181881b43
Octal30123122302530301033103
Binary11000001100110011001001101010111000110001000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19993; }

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

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

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

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

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

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

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

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