#C39582

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

Shades of Quicksand #C39582

Tints of Quicksand #C39582

Color information

#C39582 (or 0xC39582) is unknown color: approx Quicksand. HEX triplet: C3, 95 and 82. RGB value is (195,149,130). Sum of RGB (Red+Green+Blue) = 195+149+130=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C39582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39582 is #3C6A7D. Grayscale: #A0A0A0. Windows color (decimal): -3959422 or 8558019. OLE color: 8558019.

HSL color Cylindrical-coordinate representation of color #C39582: hue angle of 17.54º degrees, saturation: 0.35, 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 #C39582 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB195149130-
CMYK00.240.330.24
HSL17.54º35.14%63.73%-
HSV(B)17.54º33.33%76.47%-
XYZ37.2834.7125.85-
YUV160.59110.74152.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 130 (51.17% from 255) = 27.43%
R=41.14%
G=31.43%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514913000.240.330.2417.5435.1463.73
HexC395820182118122340
Octal30322520203041302243100
Binary11000011100101011000001001100010000111000100101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39582; }

 p { color: rgb(195,149,130); }

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

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

 a { background-color: rgb(195,149,130); }

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

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

 span { border-color: rgb(195,149,130); }

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