#C99182

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

Shades of Quicksand #C99182

Tints of Quicksand #C99182

Color information

#C99182 (or 0xC99182) is unknown color: approx Quicksand. HEX triplet: C9, 91 and 82. RGB value is (201,145,130). Sum of RGB (Red+Green+Blue) = 201+145+130=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C99182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99182 is #366E7D. Grayscale: #A0A0A0. Windows color (decimal): -3567230 or 8557001. OLE color: 8557001.

HSL color Cylindrical-coordinate representation of color #C99182: hue angle of 12.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99182 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB201145130-
CMYK00.280.350.21
HSL12.68º39.66%64.9%-
HSV(B)12.68º35.32%78.82%-
XYZ38.2434.2825.72-
YUV160.03111.05157.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=42.23%
G=30.46%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114513000.280.350.2112.6839.6664.9
HexC9918201C2315d2841
Octal31122120203443251550101
Binary1100100110010001100000100111001000111010111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99182; }

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

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

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

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

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

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

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

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