#CAC0AA

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

Shades of Soft Amber #CAC0AA

Tints of Soft Amber #CAC0AA

Color information

#CAC0AA (or 0xCAC0AA) is unknown color: approx Soft Amber. HEX triplet: CA, C0 and AA. RGB value is (202,192,170). Sum of RGB (Red+Green+Blue) = 202+192+170=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC0AA is #353F55. Grayscale: #C0C0C0. Windows color (decimal): -3489622 or 11190474. OLE color: 11190474.

HSL color Cylindrical-coordinate representation of color #CAC0AA: hue angle of 41.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC0AA is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202192170-
CMYK00.050.160.21
HSL41.25º23.19%72.94%-
HSV(B)41.25º15.84%79.22%-
XYZ50.4653.1645.63-
YUV192.48115.31134.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=35.82%
G=34.04%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219217000.050.160.2141.2523.1972.94
HexCAC0AA051015291749
Octal3123002520520255127111
Binary11001010110000001010101001011000010101101001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0AA; }

 p { color: rgb(202,192,170); }

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

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

 a { background-color: rgb(202,192,170); }

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

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

 span { border-color: rgb(202,192,170); }

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