#C29583

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

Shades of Quicksand #C29583

Tints of Quicksand #C29583

Color information

#C29583 (or 0xC29583) is unknown color: approx Quicksand. HEX triplet: C2, 95 and 83. RGB value is (194,149,131). Sum of RGB (Red+Green+Blue) = 194+149+131=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29583 is #3D6A7C. Grayscale: #A0A0A0. Windows color (decimal): -4024957 or 8623554. OLE color: 8623554.

HSL color Cylindrical-coordinate representation of color #C29583: hue angle of 17.14º 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 #C29583 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB194149131-
CMYK00.230.320.24
HSL17.14º34.05%63.73%-
HSV(B)17.14º32.47%76.08%-
XYZ37.0934.626.2-
YUV160.4111.41151.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.93%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=40.93%
G=31.43%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414913100.230.320.2417.1434.0563.73
HexC295830172018112240
Octal30222520302740302142100
Binary11000010100101011000001101011110000011000100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29583; }

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

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

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

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

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

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

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

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