#CA9789

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

Shades of Quicksand #CA9789

Tints of Quicksand #CA9789

Color information

#CA9789 (or 0xCA9789) is unknown color: approx Quicksand. HEX triplet: CA, 97 and 89. RGB value is (202,151,137). Sum of RGB (Red+Green+Blue) = 202+151+137=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9789 is #356876. Grayscale: #A4A4A4. Windows color (decimal): -3500151 or 9017290. OLE color: 9017290.

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

Color convert

RGB202151137-
CMYK00.250.320.21
HSL12.92º38.01%66.47%-
HSV(B)12.92º32.18%79.22%-
XYZ39.9436.528.61-
YUV164.65112.4154.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=41.22%
G=30.82%
B=27.96%

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
Decimal20215113700.250.320.2112.9238.0166.47
HexCA97890192015d2642
Octal31222721103140251546102
Binary1100101010010111100010010110011000001010111011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9789; }

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

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

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

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

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

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

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

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