#C29B93

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

Shades of Quicksand #C29B93

Tints of Quicksand #C29B93

Color information

#C29B93 (or 0xC29B93) is unknown color: approx Quicksand. HEX triplet: C2, 9B and 93. RGB value is (194,155,147). Sum of RGB (Red+Green+Blue) = 194+155+147=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B93 is #3D646C. Grayscale: #A5A5A5. Windows color (decimal): -4023405 or 9673666. OLE color: 9673666.

HSL color Cylindrical-coordinate representation of color #C29B93: hue angle of 10.21º 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 #C29B93 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB194155147-
CMYK00.200.240.24
HSL10.21º27.81%66.86%-
HSV(B)10.21º24.23%76.08%-
XYZ39.2437.0232.68-
YUV165.75117.42148.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=39.11%
G=31.25%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415514700.200.240.2410.2127.8166.86
HexC29B930141818a1c43
Octal30223322302430301234103
Binary11000010100110111001001101010011000110001010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B93; }

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

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

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

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

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

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

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

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