#C99380

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

Shades of Quicksand #C99380

Tints of Quicksand #C99380

Color information

#C99380 (or 0xC99380) is unknown color: approx Quicksand. HEX triplet: C9, 93 and 80. RGB value is (201,147,128). Sum of RGB (Red+Green+Blue) = 201+147+128=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C99380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99380 is #366C7F. Grayscale: #A1A1A1. Windows color (decimal): -3566720 or 8426441. OLE color: 8426441.

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

Color convert

RGB201147128-
CMYK00.270.360.21
HSL15.62º40.33%64.51%-
HSV(B)15.62º36.32%78.82%-
XYZ38.4234.8425.12-
YUV160.98109.39156.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=42.23%
G=30.88%
B=26.89%

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
Decimal20114712800.270.360.2115.6240.3364.51
HexC9938001B2415102841
Octal31122320003344252050101
Binary11001001100100111000000001101110010010101100001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99380; }

 p { color: rgb(201,147,128); }

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

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

 a { background-color: rgb(201,147,128); }

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

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

 span { border-color: rgb(201,147,128); }

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