#CAA993

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

Shades of Cashmere #CAA993

Tints of Cashmere #CAA993

Color information

#CAA993 (or 0xCAA993) is unknown color: approx Cashmere. HEX triplet: CA, A9 and 93. RGB value is (202,169,147). Sum of RGB (Red+Green+Blue) = 202+169+147=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA993 is #35566C. Grayscale: #B0B0B0. Windows color (decimal): -3495533 or 9677258. OLE color: 9677258.

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

Color convert

RGB202169147-
CMYK00.160.270.21
HSL24º34.16%68.43%-
HSV(B)24º27.23%79.22%-
XYZ43.8143.0433.6-
YUV176.36111.43146.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=39.00%
G=32.63%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216914700.160.270.212434.1668.43
HexCAA9930101B15182244
Octal31225122302033253042104
Binary1100101010101001100100110100001101110101110001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA993; }

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

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

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

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

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

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

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

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