#CA9586

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

Shades of Quicksand #CA9586

Tints of Quicksand #CA9586

Color information

#CA9586 (or 0xCA9586) is unknown color: approx Quicksand. HEX triplet: CA, 95 and 86. RGB value is (202,149,134). Sum of RGB (Red+Green+Blue) = 202+149+134=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9586 is #356A79. Grayscale: #A3A3A3. Windows color (decimal): -3500666 or 8820170. OLE color: 8820170.

HSL color Cylindrical-coordinate representation of color #CA9586: hue angle of 13.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9586 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202149134-
CMYK00.260.340.21
HSL13.24º39.08%65.88%-
HSV(B)13.24º33.66%79.22%-
XYZ39.4135.7727.38-
YUV163.14111.56155.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=41.65%
G=30.72%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214913400.260.340.2113.2439.0865.88
HexCA958601A2215d2742
Octal31222520603242251547102
Binary1100101010010101100001100110101000101010111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9586; }

 p { color: rgb(202,149,134); }

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

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

 a { background-color: rgb(202,149,134); }

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

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

 span { border-color: rgb(202,149,134); }

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