#C99483

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

Shades of Quicksand #C99483

Tints of Quicksand #C99483

Color information

#C99483 (or 0xC99483) is unknown color: approx Quicksand. HEX triplet: C9, 94 and 83. RGB value is (201,148,131). Sum of RGB (Red+Green+Blue) = 201+148+131=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C99483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99483 is #366B7C. Grayscale: #A2A2A2. Windows color (decimal): -3566461 or 8623305. OLE color: 8623305.

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

Color convert

RGB201148131-
CMYK00.260.350.21
HSL14.57º39.33%65.1%-
HSV(B)14.57º34.83%78.82%-
XYZ38.7735.2426.23-
YUV161.91110.56155.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=41.88%
G=30.83%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114813100.260.350.2114.5739.3365.1
HexC9948301A2315f2741
Octal31122420303243251747101
Binary1100100110010100100000110110101000111010111111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99483; }

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

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

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

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

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

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

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

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