#CA9689

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

Shades of Quicksand #CA9689

Tints of Quicksand #CA9689

Color information

#CA9689 (or 0xCA9689) is unknown color: approx Quicksand. HEX triplet: CA, 96 and 89. RGB value is (202,150,137). Sum of RGB (Red+Green+Blue) = 202+150+137=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9689 is #356976. Grayscale: #A4A4A4. Windows color (decimal): -3500407 or 9017034. OLE color: 9017034.

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

Color convert

RGB202150137-
CMYK00.260.320.21
HSL12º38.01%66.47%-
HSV(B)12º32.18%79.22%-
XYZ39.7836.1828.55-
YUV164.07112.73155.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=41.31%
G=30.67%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215013700.260.320.211238.0166.47
HexCA968901A2015c2642
Octal31222621103240251446102
Binary1100101010010110100010010110101000001010111001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9689; }

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

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

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

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

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

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

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

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