Shades of Eunry #CCABA5
Tints of Eunry #CCABA5
RGB
CMYK
RGB Variations
Color information
#CCABA5 (or 0xCCABA5) is known color: Eunry. HEX triplet: CC, AB and A5. RGB value is (204,171,165). Sum of RGB (Red+Green+Blue) = 204+171+165=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABA5 is #33545A. Grayscale: #B4B4B4. Windows color (decimal): -3363931 or 10857420. OLE color: 10857420.
HSL color Cylindrical-coordinate representation of color #CCABA5: hue angle of 9.23º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCABA5 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 165 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.2 |
| HSL | 9.23º | 0.28% | 0.72% | - |
| HSV(B) | 9.23º | 0.19% | 0.8% | - |
| XYZ | 46.26 | 44.68 | 41.78 | - |
| YUV | 180.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 165 | 0 | 0.16 | 0.19 | 0.2 | 9.23 | 0.28 | 0.72 |
| Hex | CC | AB | A5 | 0 | 10 | 13 | 14 | 9 | 1C | 48 |
| Octal | 314 | 253 | 245 | 0 | 20 | 23 | 24 | 11 | 34 | 110 |
| Binary | 11001100 | 10101011 | 10100101 | 0 | 10000 | 10011 | 10100 | 1001 | 11100 | 1001000 |
Color Harmonies of #CCABA5
Complementary color
Monochromatic Colors of #CCABA5
Black with #CCABA5
Text Example
Text Example
White with #CCABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABA5; }
p { color: rgb(204,171,165); }
H1.HeaderClassName
{
color: #CCABA5;
}
.AnyTagClassName
{
color: #CCABA5;
}
</style>
background-color css
<style>
a { background-color: #CCABA5; }
a { background-color: rgb(204,171,165); }
div.DivClassName
{
background-color: #CCABA5;
}
.BgClassName
{
background-color: #CCABA5;
}
</style>
border-color css
<style>
span { border-color: #CCABA5; }
span { border-color: rgb(204,171,165); }
td.TdClassName
{
border-color: #CCABA5;
}
.TagClassName
{
border-color: #CCABA5;
}
</style>