#C19D95

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

Shades of Quicksand #C19D95

Tints of Quicksand #C19D95

Color information

#C19D95 (or 0xC19D95) is unknown color: approx Quicksand. HEX triplet: C1, 9D and 95. RGB value is (193,157,149). Sum of RGB (Red+Green+Blue) = 193+157+149=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19D95 is #3E626A. Grayscale: #A6A6A6. Windows color (decimal): -4088427 or 9805249. OLE color: 9805249.

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

Color convert

RGB193157149-
CMYK00.190.230.24
HSL10.91º26.19%67.06%-
HSV(B)10.91º22.8%75.69%-
XYZ39.4737.6233.61-
YUV166.85117.93146.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=38.68%
G=31.46%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315714900.190.230.2410.9126.1967.06
HexC19D950131718b1a43
Octal30123522502327301332103
Binary11000001100111011001010101001110111110001011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19D95; }

 p { color: rgb(193,157,149); }

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

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

 a { background-color: rgb(193,157,149); }

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

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

 span { border-color: rgb(193,157,149); }

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