Shades of Eunry #CCADA0
Tints of Eunry #CCADA0
RGB
CMYK
RGB Variations
Color information
#CCADA0 (or 0xCCADA0) is known color: Eunry. HEX triplet: CC, AD and A0. RGB value is (204,173,160). Sum of RGB (Red+Green+Blue) = 204+173+160=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADA0 is #33525F. Grayscale: #B4B4B4. Windows color (decimal): -3363424 or 10530252. OLE color: 10530252.
HSL color Cylindrical-coordinate representation of color #CCADA0: hue angle of 17.73º degrees, saturation: 0.3, 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 #CCADA0 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 160 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.2 |
| HSL | 17.73º | 0.3% | 0.71% | - |
| HSV(B) | 17.73º | 0.22% | 0.8% | - |
| XYZ | 46.19 | 45.26 | 39.56 | - |
| YUV | 180.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 160 | 0 | 0.15 | 0.22 | 0.2 | 17.73 | 0.3 | 0.71 |
| Hex | CC | AD | A0 | 0 | F | 16 | 14 | 12 | 1E | 47 |
| Octal | 314 | 255 | 240 | 0 | 17 | 26 | 24 | 22 | 36 | 107 |
| Binary | 11001100 | 10101101 | 10100000 | 0 | 1111 | 10110 | 10100 | 10010 | 11110 | 1000111 |
Color Harmonies of #CCADA0
Complementary color
Monochromatic Colors of #CCADA0
Black with #CCADA0
Text Example
Text Example
White with #CCADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADA0; }
p { color: rgb(204,173,160); }
H1.HeaderClassName
{
color: #CCADA0;
}
.AnyTagClassName
{
color: #CCADA0;
}
</style>
background-color css
<style>
a { background-color: #CCADA0; }
a { background-color: rgb(204,173,160); }
div.DivClassName
{
background-color: #CCADA0;
}
.BgClassName
{
background-color: #CCADA0;
}
</style>
border-color css
<style>
span { border-color: #CCADA0; }
span { border-color: rgb(204,173,160); }
td.TdClassName
{
border-color: #CCADA0;
}
.TagClassName
{
border-color: #CCADA0;
}
</style>