Shades of Eunry #CFABA3
Tints of Eunry #CFABA3
RGB
CMYK
RGB Variations
Color information
#CFABA3 (or 0xCFABA3) is known color: Eunry. HEX triplet: CF, AB and A3. RGB value is (207,171,163). Sum of RGB (Red+Green+Blue) = 207+171+163=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA3 is #30545C. Grayscale: #B4B4B4. Windows color (decimal): -3167325 or 10726351. OLE color: 10726351.
HSL color Cylindrical-coordinate representation of color #CFABA3: hue angle of 10.91º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFABA3 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 163 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.19 |
| HSL | 10.91º | 0.31% | 0.73% | - |
| HSV(B) | 10.91º | 0.21% | 0.81% | - |
| XYZ | 46.91 | 45.04 | 40.87 | - |
| YUV | 180.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 163 | 0 | 0.17 | 0.21 | 0.19 | 10.91 | 0.31 | 0.73 |
| Hex | CF | AB | A3 | 0 | 11 | 15 | 13 | B | 1F | 49 |
| Octal | 317 | 253 | 243 | 0 | 21 | 25 | 23 | 13 | 37 | 111 |
| Binary | 11001111 | 10101011 | 10100011 | 0 | 10001 | 10101 | 10011 | 1011 | 11111 | 1001001 |
Color Harmonies of #CFABA3
Complementary color
Monochromatic Colors of #CFABA3
Black with #CFABA3
Text Example
Text Example
White with #CFABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABA3; }
p { color: rgb(207,171,163); }
H1.HeaderClassName
{
color: #CFABA3;
}
.AnyTagClassName
{
color: #CFABA3;
}
</style>
background-color css
<style>
a { background-color: #CFABA3; }
a { background-color: rgb(207,171,163); }
div.DivClassName
{
background-color: #CFABA3;
}
.BgClassName
{
background-color: #CFABA3;
}
</style>
border-color css
<style>
span { border-color: #CFABA3; }
span { border-color: rgb(207,171,163); }
td.TdClassName
{
border-color: #CFABA3;
}
.TagClassName
{
border-color: #CFABA3;
}
</style>