#C29283

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

Shades of Quicksand #C29283

Tints of Quicksand #C29283

Color information

#C29283 (or 0xC29283) is unknown color: approx Quicksand. HEX triplet: C2, 92 and 83. RGB value is (194,146,131). Sum of RGB (Red+Green+Blue) = 194+146+131=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C29283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29283 is #3D6D7C. Grayscale: #9E9E9E. Windows color (decimal): -4025725 or 8622786. OLE color: 8622786.

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

Color convert

RGB194146131-
CMYK00.250.320.24
HSL14.29º34.05%63.73%-
HSV(B)14.29º32.47%76.08%-
XYZ36.6233.6726.04-
YUV158.64112.4153.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=41.19%
G=31.00%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414613100.250.320.2414.2934.0563.73
HexC292830192018e2240
Octal30222220303140301642100
Binary1100001010010010100000110110011000001100011101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29283; }

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

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

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

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

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

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

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

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