#C19484

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

Shades of Quicksand #C19484

Tints of Quicksand #C19484

Color information

#C19484 (or 0xC19484) is unknown color: approx Quicksand. HEX triplet: C1, 94 and 84. RGB value is (193,148,132). Sum of RGB (Red+Green+Blue) = 193+148+132=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C19484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19484 is #3E6B7B. Grayscale: #9F9F9F. Windows color (decimal): -4090748 or 8688833. OLE color: 8688833.

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

Color convert

RGB193148132-
CMYK00.230.320.24
HSL15.74º32.97%63.73%-
HSV(B)15.74º31.61%75.69%-
XYZ36.7534.1826.49-
YUV159.63112.41151.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=40.80%
G=31.29%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314813200.230.320.2415.7432.9763.73
HexC194840172018102140
Octal30122420402740302041100
Binary11000001100101001000010001011110000011000100001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19484; }

 p { color: rgb(193,148,132); }

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

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

 a { background-color: rgb(193,148,132); }

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

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

 span { border-color: rgb(193,148,132); }

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