#C99481

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

Shades of Quicksand #C99481

Tints of Quicksand #C99481

Color information

#C99481 (or 0xC99481) is unknown color: approx Quicksand. HEX triplet: C9, 94 and 81. RGB value is (201,148,129). Sum of RGB (Red+Green+Blue) = 201+148+129=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C99481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99481 is #366B7E. Grayscale: #A1A1A1. Windows color (decimal): -3566463 or 8492233. OLE color: 8492233.

HSL color Cylindrical-coordinate representation of color #C99481: hue angle of 15.83º 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 #C99481 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB201148129-
CMYK00.260.360.21
HSL15.83º40%64.71%-
HSV(B)15.83º35.82%78.82%-
XYZ38.6435.1825.52-
YUV161.68109.56156.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=42.05%
G=30.96%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114812900.260.360.2115.834064.71
HexC9948101A2415102841
Octal31122420103244252050101
Binary11001001100101001000000101101010010010101100001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99481; }

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

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

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

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

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

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

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

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