#C29285

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

Shades of Quicksand #C29285

Tints of Quicksand #C29285

Color information

#C29285 (or 0xC29285) is unknown color: approx Quicksand. HEX triplet: C2, 92 and 85. RGB value is (194,146,133). Sum of RGB (Red+Green+Blue) = 194+146+133=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C29285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29285 is #3D6D7A. Grayscale: #9E9E9E. Windows color (decimal): -4025723 or 8753858. OLE color: 8753858.

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

Color convert

RGB194146133-
CMYK00.250.310.24
HSL12.79º33.33%64.12%-
HSV(B)12.79º31.44%76.08%-
XYZ36.7633.7226.76-
YUV158.87113.4153.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=41.01%
G=30.87%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414613300.250.310.2412.7933.3364.12
HexC292850191F18d2140
Octal30222220503137301541100
Binary110000101001001010000101011001111111100011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29285; }

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

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

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

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

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

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

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

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