#CA9D8A

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

Shades of Quicksand #CA9D8A

Tints of Quicksand #CA9D8A

Color information

#CA9D8A (or 0xCA9D8A) is unknown color: approx Quicksand. HEX triplet: CA, 9D and 8A. RGB value is (202,157,138). Sum of RGB (Red+Green+Blue) = 202+157+138=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9D8A is #356275. Grayscale: #A8A8A8. Windows color (decimal): -3498614 or 9084362. OLE color: 9084362.

HSL color Cylindrical-coordinate representation of color #CA9D8A: hue angle of 17.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9D8A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202157138-
CMYK00.220.320.21
HSL17.81º37.65%66.67%-
HSV(B)17.81º31.68%79.22%-
XYZ4138.5129.32-
YUV168.29110.91152.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=40.64%
G=31.59%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215713800.220.320.2117.8137.6566.67
HexCA9D8A0162015122643
Octal31223521202640252246103
Binary11001010100111011000101001011010000010101100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D8A; }

 p { color: rgb(202,157,138); }

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

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

 a { background-color: rgb(202,157,138); }

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

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

 span { border-color: rgb(202,157,138); }

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