#C29C94

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

Shades of Quicksand #C29C94

Tints of Quicksand #C29C94

Color information

#C29C94 (or 0xC29C94) is unknown color: approx Quicksand. HEX triplet: C2, 9C and 94. RGB value is (194,156,148). Sum of RGB (Red+Green+Blue) = 194+156+148=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C94 is #3D636B. Grayscale: #A6A6A6. Windows color (decimal): -4023148 or 9739458. OLE color: 9739458.

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

Color convert

RGB194156148-
CMYK00.200.240.24
HSL10.43º27.38%67.06%-
HSV(B)10.43º23.71%76.08%-
XYZ39.4837.3833.15-
YUV166.45117.59147.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=38.96%
G=31.33%
B=29.72%

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
Decimal19415614800.200.240.2410.4327.3867.06
HexC29C940141818a1b43
Octal30223422402430301233103
Binary11000010100111001001010001010011000110001010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C94; }

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

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

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

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

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

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

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

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