Shades of Eunry #CFABA5
Tints of Eunry #CFABA5
RGB
CMYK
RGB Variations
Color information
#CFABA5 (or 0xCFABA5) is known color: Eunry. HEX triplet: CF, AB and A5. RGB value is (207,171,165). Sum of RGB (Red+Green+Blue) = 207+171+165=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA5 is #30545A. Grayscale: #B5B5B5. Windows color (decimal): -3167323 or 10857423. OLE color: 10857423.
HSL color Cylindrical-coordinate representation of color #CFABA5: hue angle of 8.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFABA5 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 165 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.19 |
| HSL | 8.57º | 0.3% | 0.73% | - |
| HSV(B) | 8.57º | 0.2% | 0.81% | - |
| XYZ | 47.09 | 45.11 | 41.82 | - |
| YUV | 181.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 165 | 0 | 0.17 | 0.20 | 0.19 | 8.57 | 0.3 | 0.73 |
| Hex | CF | AB | A5 | 0 | 11 | 14 | 13 | 9 | 1E | 49 |
| Octal | 317 | 253 | 245 | 0 | 21 | 24 | 23 | 11 | 36 | 111 |
| Binary | 11001111 | 10101011 | 10100101 | 0 | 10001 | 10100 | 10011 | 1001 | 11110 | 1001001 |
Color Harmonies of #CFABA5
Complementary color
Monochromatic Colors of #CFABA5
Black with #CFABA5
Text Example
Text Example
White with #CFABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABA5; }
p { color: rgb(207,171,165); }
H1.HeaderClassName
{
color: #CFABA5;
}
.AnyTagClassName
{
color: #CFABA5;
}
</style>
background-color css
<style>
a { background-color: #CFABA5; }
a { background-color: rgb(207,171,165); }
div.DivClassName
{
background-color: #CFABA5;
}
.BgClassName
{
background-color: #CFABA5;
}
</style>
border-color css
<style>
span { border-color: #CFABA5; }
span { border-color: rgb(207,171,165); }
td.TdClassName
{
border-color: #CFABA5;
}
.TagClassName
{
border-color: #CFABA5;
}
</style>