#C29380

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

Shades of Quicksand #C29380

Tints of Quicksand #C29380

Color information

#C29380 (or 0xC29380) is unknown color: approx Quicksand. HEX triplet: C2, 93 and 80. RGB value is (194,147,128). Sum of RGB (Red+Green+Blue) = 194+147+128=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C29380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29380 is #3D6C7F. Grayscale: #9F9F9F. Windows color (decimal): -4025472 or 8426434. OLE color: 8426434.

HSL color Cylindrical-coordinate representation of color #C29380: hue angle of 17.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29380 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB194147128-
CMYK00.240.340.24
HSL17.27º35.11%63.14%-
HSV(B)17.27º34.02%76.08%-
XYZ36.5833.925.04-
YUV158.89110.57153.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=41.36%
G=31.34%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414712800.240.340.2417.2735.1163.14
HexC29380018221811233f
Octal3022232000304230214377
Binary1100001010010011100000000110001000101100010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29380; }

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

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

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

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

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

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

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

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