#C19E96

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

Shades of Quicksand #C19E96

Tints of Quicksand #C19E96

Color information

#C19E96 (or 0xC19E96) is unknown color: approx Quicksand. HEX triplet: C1, 9E and 96. RGB value is (193,158,150). Sum of RGB (Red+Green+Blue) = 193+158+150=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19E96 is #3E6169. Grayscale: #A7A7A7. Windows color (decimal): -4088170 or 9871041. OLE color: 9871041.

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

Color convert

RGB193158150-
CMYK00.180.220.24
HSL11.16º25.75%67.25%-
HSV(B)11.16º22.28%75.69%-
XYZ39.7237.9934.09-
YUV167.55118.1146.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=38.52%
G=31.54%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315815000.180.220.2411.1625.7567.25
HexC19E960121618b1a43
Octal30123622602226301332103
Binary11000001100111101001011001001010110110001011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19E96; }

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

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

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

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

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

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

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

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