#C69182

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

Shades of Quicksand #C69182

Tints of Quicksand #C69182

Color information

#C69182 (or 0xC69182) is unknown color: approx Quicksand. HEX triplet: C6, 91 and 82. RGB value is (198,145,130). Sum of RGB (Red+Green+Blue) = 198+145+130=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C69182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69182 is #396E7D. Grayscale: #9F9F9F. Windows color (decimal): -3763838 or 8556998. OLE color: 8556998.

HSL color Cylindrical-coordinate representation of color #C69182: hue angle of 13.24º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69182 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB198145130-
CMYK00.270.340.22
HSL13.24º37.36%64.31%-
HSV(B)13.24º34.34%77.65%-
XYZ37.4433.8725.68-
YUV159.14111.56155.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=41.86%
G=30.66%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814513000.270.340.2213.2437.3664.31
HexC6918201B2216d2540
Octal30622120203342261545100
Binary1100011010010001100000100110111000101011011011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69182; }

 p { color: rgb(198,145,130); }

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

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

 a { background-color: rgb(198,145,130); }

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

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

 span { border-color: rgb(198,145,130); }

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