#CA9987

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

Shades of Quicksand #CA9987

Tints of Quicksand #CA9987

Color information

#CA9987 (or 0xCA9987) is unknown color: approx Quicksand. HEX triplet: CA, 99 and 87. RGB value is (202,153,135). Sum of RGB (Red+Green+Blue) = 202+153+135=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9987 is #356678. Grayscale: #A5A5A5. Windows color (decimal): -3499641 or 8886730. OLE color: 8886730.

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

Color convert

RGB202153135-
CMYK00.240.330.21
HSL16.12º38.73%66.08%-
HSV(B)16.12º33.17%79.22%-
XYZ40.1237.0927.97-
YUV165.6110.73153.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=41.22%
G=31.22%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215313500.240.330.2116.1238.7366.08
HexCA99870182115102742
Octal31223120703041252047102
Binary11001010100110011000011101100010000110101100001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9987; }

 p { color: rgb(202,153,135); }

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

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

 a { background-color: rgb(202,153,135); }

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

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

 span { border-color: rgb(202,153,135); }

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