#C29990

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

Shades of Quicksand #C29990

Tints of Quicksand #C29990

Color information

#C29990 (or 0xC29990) is unknown color: approx Quicksand. HEX triplet: C2, 99 and 90. RGB value is (194,153,144). Sum of RGB (Red+Green+Blue) = 194+153+144=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C29990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29990 is #3D666F. Grayscale: #A4A4A4. Windows color (decimal): -4023920 or 9476546. OLE color: 9476546.

HSL color Cylindrical-coordinate representation of color #C29990: hue angle of 10.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29990 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194153144-
CMYK00.210.260.24
HSL10.8º29.07%66.27%-
HSV(B)10.8º25.77%76.08%-
XYZ38.6736.2731.35-
YUV164.23116.58149.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=39.51%
G=31.16%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415314400.210.260.2410.829.0766.27
HexC299900151A18b1d42
Octal30223122002532301335102
Binary11000010100110011001000001010111010110001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29990; }

 p { color: rgb(194,153,144); }

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

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

 a { background-color: rgb(194,153,144); }

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

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

 span { border-color: rgb(194,153,144); }

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