#CAA893

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

Shades of Cashmere #CAA893

Tints of Cashmere #CAA893

Color information

#CAA893 (or 0xCAA893) is unknown color: approx Cashmere. HEX triplet: CA, A8 and 93. RGB value is (202,168,147). Sum of RGB (Red+Green+Blue) = 202+168+147=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA893 is #35576C. Grayscale: #AFAFAF. Windows color (decimal): -3495789 or 9677002. OLE color: 9677002.

HSL color Cylindrical-coordinate representation of color #CAA893: hue angle of 22.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA893 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202168147-
CMYK00.170.270.21
HSL22.91º34.16%68.43%-
HSV(B)22.91º27.23%79.22%-
XYZ43.6342.6733.54-
YUV175.77111.76146.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=39.07%
G=32.50%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216814700.170.270.2122.9134.1668.43
HexCAA8930111B15172244
Octal31225022302133252742104
Binary1100101010101000100100110100011101110101101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA893; }

 p { color: rgb(202,168,147); }

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

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

 a { background-color: rgb(202,168,147); }

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

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

 span { border-color: rgb(202,168,147); }

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