#CA9489

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

Shades of Quicksand #CA9489

Tints of Quicksand #CA9489

Color information

#CA9489 (or 0xCA9489) is unknown color: approx Quicksand. HEX triplet: CA, 94 and 89. RGB value is (202,148,137). Sum of RGB (Red+Green+Blue) = 202+148+137=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9489 is #356B76. Grayscale: #A2A2A2. Windows color (decimal): -3500919 or 9016522. OLE color: 9016522.

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

Color convert

RGB202148137-
CMYK00.270.320.21
HSL10.15º38.01%66.47%-
HSV(B)10.15º32.18%79.22%-
XYZ39.4635.5428.45-
YUV162.89113.39155.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=41.48%
G=30.39%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214813700.270.320.2110.1538.0166.47
HexCA948901B2015a2642
Octal31222421103340251246102
Binary1100101010010100100010010110111000001010110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9489; }

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

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

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

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

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

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

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

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