#C19B93

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

Shades of Quicksand #C19B93

Tints of Quicksand #C19B93

Color information

#C19B93 (or 0xC19B93) is unknown color: approx Quicksand. HEX triplet: C1, 9B and 93. RGB value is (193,155,147). Sum of RGB (Red+Green+Blue) = 193+155+147=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19B93 is #3E646C. Grayscale: #A5A5A5. Windows color (decimal): -4088941 or 9673665. OLE color: 9673665.

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

Color convert

RGB193155147-
CMYK00.200.240.24
HSL10.43º27.06%66.67%-
HSV(B)10.43º23.83%75.69%-
XYZ38.9836.8932.67-
YUV165.45117.59147.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=38.99%
G=31.31%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315514700.200.240.2410.4327.0666.67
HexC19B930141818a1b43
Octal30123322302430301233103
Binary11000001100110111001001101010011000110001010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B93; }

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

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

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

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

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

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

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

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