#C19A95

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

Shades of Quicksand #C19A95

Tints of Quicksand #C19A95

Color information

#C19A95 (or 0xC19A95) is unknown color: approx Quicksand. HEX triplet: C1, 9A and 95. RGB value is (193,154,149). Sum of RGB (Red+Green+Blue) = 193+154+149=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19A95 is #3E656A. Grayscale: #A5A5A5. Windows color (decimal): -4089195 or 9804481. OLE color: 9804481.

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

Color convert

RGB193154149-
CMYK00.200.230.24
HSL6.82º26.19%67.06%-
HSV(B)6.82º22.8%75.69%-
XYZ38.9736.6233.45-
YUV165.09118.92147.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=38.91%
G=31.05%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315414900.200.230.246.8226.1967.06
HexC19A95014171871a43
Octal3012322250242730732103
Binary1100000110011010100101010101001011111000111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19A95; }

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

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

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

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

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

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

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

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