#CA9589

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

Shades of Quicksand #CA9589

Tints of Quicksand #CA9589

Color information

#CA9589 (or 0xCA9589) is unknown color: approx Quicksand. HEX triplet: CA, 95 and 89. RGB value is (202,149,137). Sum of RGB (Red+Green+Blue) = 202+149+137=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9589 is #356A76. Grayscale: #A3A3A3. Windows color (decimal): -3500663 or 9016778. OLE color: 9016778.

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

Color convert

RGB202149137-
CMYK00.260.320.21
HSL11.08º38.01%66.47%-
HSV(B)11.08º32.18%79.22%-
XYZ39.6235.8628.5-
YUV163.48113.06155.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=41.39%
G=30.53%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214913700.260.320.2111.0838.0166.47
HexCA958901A2015b2642
Octal31222521103240251346102
Binary1100101010010101100010010110101000001010110111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9589; }

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

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

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

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

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

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

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

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