#CA9C8E

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

Shades of Quicksand #CA9C8E

Tints of Quicksand #CA9C8E

Color information

#CA9C8E (or 0xCA9C8E) is unknown color: approx Quicksand. HEX triplet: CA, 9C and 8E. RGB value is (202,156,142). Sum of RGB (Red+Green+Blue) = 202+156+142=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C8E is #356371. Grayscale: #A8A8A8. Windows color (decimal): -3498866 or 9346250. OLE color: 9346250.

HSL color Cylindrical-coordinate representation of color #CA9C8E: hue angle of 14º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9C8E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202156142-
CMYK00.230.300.21
HSL14º36.14%67.45%-
HSV(B)14º29.7%79.22%-
XYZ41.1338.2930.81-
YUV168.16113.24152.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=40.4%
G=31.2%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215614200.230.300.211436.1467.45
HexCA9C8E0171E15e2443
Octal31223421602736251644103
Binary110010101001110010001110010111111101010111101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9C8E; }

 p { color: rgb(202,156,142); }

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

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

 a { background-color: rgb(202,156,142); }

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

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

 span { border-color: rgb(202,156,142); }

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