#C99281

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

Shades of Quicksand #C99281

Tints of Quicksand #C99281

Color information

#C99281 (or 0xC99281) is unknown color: approx Quicksand. HEX triplet: C9, 92 and 81. RGB value is (201,146,129). Sum of RGB (Red+Green+Blue) = 201+146+129=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C99281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99281 is #366D7E. Grayscale: #A0A0A0. Windows color (decimal): -3566975 or 8491721. OLE color: 8491721.

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

Color convert

RGB201146129-
CMYK00.270.360.21
HSL14.17º40%64.71%-
HSV(B)14.17º35.82%78.82%-
XYZ38.3334.5625.42-
YUV160.51110.22156.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=42.23%
G=30.67%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114612900.270.360.2114.174064.71
HexC9928101B2415e2841
Octal31122220103344251650101
Binary1100100110010010100000010110111001001010111101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99281; }

 p { color: rgb(201,146,129); }

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

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

 a { background-color: rgb(201,146,129); }

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

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

 span { border-color: rgb(201,146,129); }

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