#C29282

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

Shades of Quicksand #C29282

Tints of Quicksand #C29282

Color information

#C29282 (or 0xC29282) is unknown color: approx Quicksand. HEX triplet: C2, 92 and 82. RGB value is (194,146,130). Sum of RGB (Red+Green+Blue) = 194+146+130=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C29282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29282 is #3D6D7D. Grayscale: #9E9E9E. Windows color (decimal): -4025726 or 8557250. OLE color: 8557250.

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

Color convert

RGB194146130-
CMYK00.250.330.24
HSL15º34.41%63.53%-
HSV(B)15º32.99%76.08%-
XYZ36.5633.6425.69-
YUV158.53111.9153.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=41.28%
G=31.06%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414613000.250.330.241534.4163.53
HexC292820192118f2240
Octal30222220203141301742100
Binary1100001010010010100000100110011000011100011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29282; }

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

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

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

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

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

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

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

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