#c49e92

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

Shades of Quicksand #C49E92

Tints of Quicksand #C49E92

Color information

#C49E92 (or 0xC49E92) is unknown color: approx Quicksand. HEX triplet: C4, 9E and 92. RGB value is (196,158,146). Sum of RGB (Red+Green+Blue) = 196+158+146=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E92 is #3B616D. Grayscale: #A8A8A8. Windows color (decimal): -3891566 or 9608900. OLE color: 9608900.

HSL color Cylindrical-coordinate representation of color #C49E92: hue angle of 14.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49E92 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196158146-
CMYK00.190.260.23
HSL14.4º29.76%67.06%-
HSV(B)14.4º25.51%76.86%-
XYZ40.1838.2632.46-
YUV167.99115.59147.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=39.2%
G=31.6%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615814600.190.260.2314.429.7667.06
HexC49E920131A17e1e43
Octal30423622202332271636103
Binary11000100100111101001001001001111010101111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49e92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49e92; }

 p { color: rgb(196,158,146); }

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

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

 a { background-color: rgb(196,158,146); }

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

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

 span { border-color: rgb(196,158,146); }

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