#C69584

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

Shades of Quicksand #C69584

Tints of Quicksand #C69584

Color information

#C69584 (or 0xC69584) is unknown color: approx Quicksand. HEX triplet: C6, 95 and 84. RGB value is (198,149,132). Sum of RGB (Red+Green+Blue) = 198+149+132=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69584 is #396A7B. Grayscale: #A1A1A1. Windows color (decimal): -3762812 or 8689094. OLE color: 8689094.

HSL color Cylindrical-coordinate representation of color #C69584: hue angle of 15.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69584 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198149132-
CMYK00.250.330.22
HSL15.45º36.67%64.71%-
HSV(B)15.45º33.33%77.65%-
XYZ38.235.1726.6-
YUV161.71111.23153.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=41.34%
G=31.11%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814913200.250.330.2215.4536.6764.71
HexC695840192116f2541
Octal30622520403141261745101
Binary1100011010010101100001000110011000011011011111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69584; }

 p { color: rgb(198,149,132); }

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

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

 a { background-color: rgb(198,149,132); }

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

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

 span { border-color: rgb(198,149,132); }

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