#CAA992

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

Shades of Cashmere #CAA992

Tints of Cashmere #CAA992

Color information

#CAA992 (or 0xCAA992) is unknown color: approx Cashmere. HEX triplet: CA, A9 and 92. RGB value is (202,169,146). Sum of RGB (Red+Green+Blue) = 202+169+146=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA992 is #35566D. Grayscale: #B0B0B0. Windows color (decimal): -3495534 or 9611722. OLE color: 9611722.

HSL color Cylindrical-coordinate representation of color #CAA992: hue angle of 24.64º 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 #CAA992 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202169146-
CMYK00.160.280.21
HSL24.64º34.57%68.24%-
HSV(B)24.64º27.72%79.22%-
XYZ43.7343.0133.19-
YUV176.24110.93146.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=39.07%
G=32.69%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216914600.160.280.2124.6434.5768.24
HexCAA9920101C15192344
Octal31225122202034253143104
Binary1100101010101001100100100100001110010101110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA992; }

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

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

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

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

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

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

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

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