#CA9487

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

Shades of Quicksand #CA9487

Tints of Quicksand #CA9487

Color information

#CA9487 (or 0xCA9487) is unknown color: approx Quicksand. HEX triplet: CA, 94 and 87. RGB value is (202,148,135). Sum of RGB (Red+Green+Blue) = 202+148+135=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9487 is #356B78. Grayscale: #A2A2A2. Windows color (decimal): -3500921 or 8885450. OLE color: 8885450.

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

Color convert

RGB202148135-
CMYK00.270.330.21
HSL11.64º38.73%66.08%-
HSV(B)11.64º33.17%79.22%-
XYZ39.3235.4927.7-
YUV162.66112.39156.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 135 (53.12% from 255) = 27.84%
R=41.65%
G=30.52%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214813500.270.330.2111.6438.7366.08
HexCA948701B2115c2742
Octal31222420703341251447102
Binary1100101010010100100001110110111000011010111001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9487; }

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

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

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

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

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

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

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

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