Shades of Eunry #CCA89F
Tints of Eunry #CCA89F
RGB
CMYK
RGB Variations
Color information
#CCA89F (or 0xCCA89F) is known color: Eunry. HEX triplet: CC, A8 and 9F. RGB value is (204,168,159). Sum of RGB (Red+Green+Blue) = 204+168+159=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA89F is #335760. Grayscale: #B1B1B1. Windows color (decimal): -3364705 or 10463436. OLE color: 10463436.
HSL color Cylindrical-coordinate representation of color #CCA89F: hue angle of 12º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA89F is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 159 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.2 |
| HSL | 12º | 0.31% | 0.71% | - |
| HSV(B) | 12º | 0.22% | 0.8% | - |
| XYZ | 45.16 | 43.35 | 38.79 | - |
| YUV | 177.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 159 | 0 | 0.18 | 0.22 | 0.2 | 12 | 0.31 | 0.71 |
| Hex | CC | A8 | 9F | 0 | 12 | 16 | 14 | C | 1F | 47 |
| Octal | 314 | 250 | 237 | 0 | 22 | 26 | 24 | 14 | 37 | 107 |
| Binary | 11001100 | 10101000 | 10011111 | 0 | 10010 | 10110 | 10100 | 1100 | 11111 | 1000111 |
Color Harmonies of #CCA89F
Complementary color
Monochromatic Colors of #CCA89F
Black with #CCA89F
Text Example
Text Example
White with #CCA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA89F; }
p { color: rgb(204,168,159); }
H1.HeaderClassName
{
color: #CCA89F;
}
.AnyTagClassName
{
color: #CCA89F;
}
</style>
background-color css
<style>
a { background-color: #CCA89F; }
a { background-color: rgb(204,168,159); }
div.DivClassName
{
background-color: #CCA89F;
}
.BgClassName
{
background-color: #CCA89F;
}
</style>
border-color css
<style>
span { border-color: #CCA89F; }
span { border-color: rgb(204,168,159); }
td.TdClassName
{
border-color: #CCA89F;
}
.TagClassName
{
border-color: #CCA89F;
}
</style>