#C29C97

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

Shades of Quicksand #C29C97

Tints of Quicksand #C29C97

Color information

#C29C97 (or 0xC29C97) is unknown color: approx Quicksand. HEX triplet: C2, 9C and 97. RGB value is (194,156,151). Sum of RGB (Red+Green+Blue) = 194+156+151=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C97 is #3D6368. Grayscale: #A6A6A6. Windows color (decimal): -4023145 or 9936066. OLE color: 9936066.

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

Color convert

RGB194156151-
CMYK00.200.220.24
HSL6.98º26.06%67.65%-
HSV(B)6.98º22.16%76.08%-
XYZ39.7237.4834.42-
YUV166.79119.09147.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=38.72%
G=31.14%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415615100.200.220.246.9826.0667.65
HexC29C97014161871a44
Octal3022342270242630732104
Binary1100001010011100100101110101001011011000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C97; }

 p { color: rgb(194,156,151); }

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

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

 a { background-color: rgb(194,156,151); }

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

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

 span { border-color: rgb(194,156,151); }

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