#C29892

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

Shades of Quicksand #C29892

Tints of Quicksand #C29892

Color information

#C29892 (or 0xC29892) is unknown color: approx Quicksand. HEX triplet: C2, 98 and 92. RGB value is (194,152,146). Sum of RGB (Red+Green+Blue) = 194+152+146=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29892 is #3D676D. Grayscale: #A3A3A3. Windows color (decimal): -4024174 or 9607362. OLE color: 9607362.

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

Color convert

RGB194152146-
CMYK00.220.250.24
HSL7.5º28.24%66.67%-
HSV(B)7.5º24.74%76.08%-
XYZ38.663632.11-
YUV163.87117.91149.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=39.43%
G=30.89%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415214600.220.250.247.528.2466.67
HexC29892016191881c43
Octal30223022202631301034103
Binary11000010100110001001001001011011001110001000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29892; }

 p { color: rgb(194,152,146); }

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

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

 a { background-color: rgb(194,152,146); }

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

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

 span { border-color: rgb(194,152,146); }

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