#CAA892

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

Shades of Cashmere #CAA892

Tints of Cashmere #CAA892

Color information

#CAA892 (or 0xCAA892) is unknown color: approx Cashmere. HEX triplet: CA, A8 and 92. RGB value is (202,168,146). Sum of RGB (Red+Green+Blue) = 202+168+146=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA892 is #35576D. Grayscale: #AFAFAF. Windows color (decimal): -3495790 or 9611466. OLE color: 9611466.

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

Color convert

RGB202168146-
CMYK00.170.280.21
HSL23.57º34.57%68.24%-
HSV(B)23.57º27.72%79.22%-
XYZ43.5542.6433.13-
YUV175.66111.26146.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=39.15%
G=32.56%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216814600.170.280.2123.5734.5768.24
HexCAA8920111C15182344
Octal31225022202134253043104
Binary1100101010101000100100100100011110010101110001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA892; }

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

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

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

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

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

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

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

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