#C29F94

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

Shades of Quicksand #C29F94

Tints of Quicksand #C29F94

Color information

#C29F94 (or 0xC29F94) is unknown color: approx Quicksand. HEX triplet: C2, 9F and 94. RGB value is (194,159,148). Sum of RGB (Red+Green+Blue) = 194+159+148=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F94 is #3D606B. Grayscale: #A8A8A8. Windows color (decimal): -4022380 or 9740226. OLE color: 9740226.

HSL color Cylindrical-coordinate representation of color #C29F94: hue angle of 14.35º degrees, saturation: 0.27, 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 #C29F94 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB194159148-
CMYK00.180.240.24
HSL14.35º27.38%67.06%-
HSV(B)14.35º23.71%76.08%-
XYZ39.9938.433.32-
YUV168.21116.6146.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=38.72%
G=31.74%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415914800.180.240.2414.3527.3867.06
HexC29F940121818e1b43
Octal30223722402230301633103
Binary11000010100111111001010001001011000110001110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29F94; }

 p { color: rgb(194,159,148); }

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

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

 a { background-color: rgb(194,159,148); }

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

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

 span { border-color: rgb(194,159,148); }

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