Shades of Eunry #CCA99A
Tints of Eunry #CCA99A
RGB
CMYK
RGB Variations
Color information
#CCA99A (or 0xCCA99A) is known color: Eunry. HEX triplet: CC, A9 and 9A. RGB value is (204,169,154). Sum of RGB (Red+Green+Blue) = 204+169+154=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA99A is #335665. Grayscale: #B1B1B1. Windows color (decimal): -3364454 or 10136012. OLE color: 10136012.
HSL color Cylindrical-coordinate representation of color #CCA99A: hue angle of 18º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA99A is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 154 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.2 |
| HSL | 18º | 0.33% | 0.7% | - |
| HSV(B) | 18º | 0.25% | 0.8% | - |
| XYZ | 44.92 | 43.55 | 36.61 | - |
| YUV | 177.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 154 | 0 | 0.17 | 0.25 | 0.2 | 18 | 0.33 | 0.7 |
| Hex | CC | A9 | 9A | 0 | 11 | 19 | 14 | 12 | 21 | 46 |
| Octal | 314 | 251 | 232 | 0 | 21 | 31 | 24 | 22 | 41 | 106 |
| Binary | 11001100 | 10101001 | 10011010 | 0 | 10001 | 11001 | 10100 | 10010 | 100001 | 1000110 |
Color Harmonies of #CCA99A
Complementary color
Monochromatic Colors of #CCA99A
Black with #CCA99A
Text Example
Text Example
White with #CCA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA99A; }
p { color: rgb(204,169,154); }
H1.HeaderClassName
{
color: #CCA99A;
}
.AnyTagClassName
{
color: #CCA99A;
}
</style>
background-color css
<style>
a { background-color: #CCA99A; }
a { background-color: rgb(204,169,154); }
div.DivClassName
{
background-color: #CCA99A;
}
.BgClassName
{
background-color: #CCA99A;
}
</style>
border-color css
<style>
span { border-color: #CCA99A; }
span { border-color: rgb(204,169,154); }
td.TdClassName
{
border-color: #CCA99A;
}
.TagClassName
{
border-color: #CCA99A;
}
</style>