#CAA894

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

Shades of Cashmere #CAA894

Tints of Cashmere #CAA894

Color information

#CAA894 (or 0xCAA894) is unknown color: approx Cashmere. HEX triplet: CA, A8 and 94. RGB value is (202,168,148). Sum of RGB (Red+Green+Blue) = 202+168+148=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA894 is #35576B. Grayscale: #AFAFAF. Windows color (decimal): -3495788 or 9742538. OLE color: 9742538.

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

Color convert

RGB202168148-
CMYK00.170.270.21
HSL22.22º33.75%68.63%-
HSV(B)22.22º26.73%79.22%-
XYZ43.7142.733.96-
YUV175.89112.26146.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=39.00%
G=32.43%
B=28.57%

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
Decimal20216814800.170.270.2122.2233.7568.63
HexCAA8940111B15162245
Octal31225022402133252642105
Binary1100101010101000100101000100011101110101101101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA894; }

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

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

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

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

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

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

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

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