#C29C95

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

Shades of Quicksand #C29C95

Tints of Quicksand #C29C95

Color information

#C29C95 (or 0xC29C95) is unknown color: approx Quicksand. HEX triplet: C2, 9C and 95. RGB value is (194,156,149). Sum of RGB (Red+Green+Blue) = 194+156+149=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C95 is #3D636A. Grayscale: #A6A6A6. Windows color (decimal): -4023147 or 9804994. OLE color: 9804994.

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

Color convert

RGB194156149-
CMYK00.200.230.24
HSL9.33º26.95%67.25%-
HSV(B)9.33º23.2%76.08%-
XYZ39.5637.4233.57-
YUV166.56118.09147.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=38.88%
G=31.26%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415614900.200.230.249.3326.9567.25
HexC29C95014171891b43
Octal30223422502427301133103
Binary11000010100111001001010101010010111110001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C95; }

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

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

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

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

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

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

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

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