#C29993

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

Shades of Quicksand #C29993

Tints of Quicksand #C29993

Color information

#C29993 (or 0xC29993) is unknown color: approx Quicksand. HEX triplet: C2, 99 and 93. RGB value is (194,153,147). Sum of RGB (Red+Green+Blue) = 194+153+147=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29993 is #3D666C. Grayscale: #A4A4A4. Windows color (decimal): -4023917 or 9673154. OLE color: 9673154.

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

Color convert

RGB194153147-
CMYK00.210.240.24
HSL7.66º27.81%66.86%-
HSV(B)7.66º24.23%76.08%-
XYZ38.9136.3632.57-
YUV164.58118.08148.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=39.27%
G=30.97%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415314700.210.240.247.6627.8166.86
HexC29993015181881c43
Octal30223122302530301034103
Binary11000010100110011001001101010111000110001000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29993; }

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

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

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

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

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

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

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

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