#CA9889

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

Shades of Quicksand #CA9889

Tints of Quicksand #CA9889

Color information

#CA9889 (or 0xCA9889) is unknown color: approx Quicksand. HEX triplet: CA, 98 and 89. RGB value is (202,152,137). Sum of RGB (Red+Green+Blue) = 202+152+137=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9889 is #356776. Grayscale: #A5A5A5. Windows color (decimal): -3499895 or 9017546. OLE color: 9017546.

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

Color convert

RGB202152137-
CMYK00.250.320.21
HSL13.85º38.01%66.47%-
HSV(B)13.85º32.18%79.22%-
XYZ40.136.8228.66-
YUV165.24112.06154.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=41.14%
G=30.96%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215213700.250.320.2113.8538.0166.47
HexCA98890192015e2642
Octal31223021103140251646102
Binary1100101010011000100010010110011000001010111101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9889; }

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

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

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

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

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

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

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

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