#C19E93

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

Shades of Quicksand #C19E93

Tints of Quicksand #C19E93

Color information

#C19E93 (or 0xC19E93) is unknown color: approx Quicksand. HEX triplet: C1, 9E and 93. RGB value is (193,158,147). Sum of RGB (Red+Green+Blue) = 193+158+147=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19E93 is #3E616C. Grayscale: #A7A7A7. Windows color (decimal): -4088173 or 9674433. OLE color: 9674433.

HSL color Cylindrical-coordinate representation of color #C19E93: hue angle of 14.35º 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 #C19E93 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB193158147-
CMYK00.180.240.24
HSL14.35º27.06%66.67%-
HSV(B)14.35º23.83%75.69%-
XYZ39.4937.932.84-
YUV167.21116.6146.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=38.76%
G=31.73%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315814700.180.240.2414.3527.0666.67
HexC19E930121818e1b43
Octal30123622302230301633103
Binary11000001100111101001001101001011000110001110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19E93; }

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

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

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

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

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

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

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

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