#C29F96

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

Shades of Quicksand #C29F96

Tints of Quicksand #C29F96

Color information

#C29F96 (or 0xC29F96) is unknown color: approx Quicksand. HEX triplet: C2, 9F and 96. RGB value is (194,159,150). Sum of RGB (Red+Green+Blue) = 194+159+150=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29F96 is #3D6069. Grayscale: #A8A8A8. Windows color (decimal): -4022378 or 9871298. OLE color: 9871298.

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

Color convert

RGB194159150-
CMYK00.180.230.24
HSL12.27º26.51%67.45%-
HSV(B)12.27º22.68%76.08%-
XYZ40.1538.4734.16-
YUV168.44117.6146.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=38.57%
G=31.61%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415915000.180.230.2412.2726.5167.45
HexC29F960121718c1b43
Octal30223722602227301433103
Binary11000010100111111001011001001010111110001100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29F96; }

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

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

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

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

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

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

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

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