Shades of Soft Amber #CCC0A9
Tints of Soft Amber #CCC0A9
RGB
CMYK
RGB Variations
Color information
#CCC0A9 (or 0xCCC0A9) is known color: Soft Amber. HEX triplet: CC, C0 and A9. RGB value is (204,192,169). Sum of RGB (Red+Green+Blue) = 204+192+169=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC0A9 is #333F56. Grayscale: #C1C1C1. Windows color (decimal): -3358551 or 11124940. OLE color: 11124940.
HSL color Cylindrical-coordinate representation of color #CCC0A9: hue angle of 39.43º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC0A9 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 169 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.2 |
| HSL | 39.43º | 0.26% | 0.73% | - |
| HSV(B) | 39.43º | 0.17% | 0.8% | - |
| XYZ | 50.91 | 53.4 | 45.16 | - |
| YUV | 192.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 169 | 0 | 0.06 | 0.17 | 0.2 | 39.43 | 0.26 | 0.73 |
| Hex | CC | C0 | A9 | 0 | 6 | 11 | 14 | 27 | 1A | 49 |
| Octal | 314 | 300 | 251 | 0 | 6 | 21 | 24 | 47 | 32 | 111 |
| Binary | 11001100 | 11000000 | 10101001 | 0 | 110 | 10001 | 10100 | 100111 | 11010 | 1001001 |
Color Harmonies of #CCC0A9
Complementary color
Monochromatic Colors of #CCC0A9
Black with #CCC0A9
Text Example
Text Example
White with #CCC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0A9; }
p { color: rgb(204,192,169); }
H1.HeaderClassName
{
color: #CCC0A9;
}
.AnyTagClassName
{
color: #CCC0A9;
}
</style>
background-color css
<style>
a { background-color: #CCC0A9; }
a { background-color: rgb(204,192,169); }
div.DivClassName
{
background-color: #CCC0A9;
}
.BgClassName
{
background-color: #CCC0A9;
}
</style>
border-color css
<style>
span { border-color: #CCC0A9; }
span { border-color: rgb(204,192,169); }
td.TdClassName
{
border-color: #CCC0A9;
}
.TagClassName
{
border-color: #CCC0A9;
}
</style>