#C19D91

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

Shades of Quicksand #C19D91

Tints of Quicksand #C19D91

Color information

#C19D91 (or 0xC19D91) is unknown color: approx Quicksand. HEX triplet: C1, 9D and 91. RGB value is (193,157,145). Sum of RGB (Red+Green+Blue) = 193+157+145=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19D91 is #3E626E. Grayscale: #A6A6A6. Windows color (decimal): -4088431 or 9543105. OLE color: 9543105.

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

Color convert

RGB193157145-
CMYK00.190.250.24
HSL15º27.91%66.27%-
HSV(B)15º24.87%75.69%-
XYZ39.1637.531.96-
YUV166.4115.93146.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=38.99%
G=31.72%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315714500.190.250.241527.9166.27
HexC19D910131918f1c42
Octal30123522102331301734102
Binary11000001100111011001000101001111001110001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19D91; }

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

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

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

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

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

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

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

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