Shades of Eunry #CFA09A
Tints of Eunry #CFA09A
RGB
CMYK
RGB Variations
Color information
#CFA09A (or 0xCFA09A) is known color: Eunry. HEX triplet: CF, A0 and 9A. RGB value is (207,160,154). Sum of RGB (Red+Green+Blue) = 207+160+154=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA09A is #305F65. Grayscale: #ADADAD. Windows color (decimal): -3170150 or 10133711. OLE color: 10133711.
HSL color Cylindrical-coordinate representation of color #CFA09A: hue angle of 6.79º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA09A is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 154 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.19 |
| HSL | 6.79º | 0.36% | 0.71% | - |
| HSV(B) | 6.79º | 0.26% | 0.81% | - |
| XYZ | 44.14 | 40.74 | 36.11 | - |
| YUV | 173.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 154 | 0 | 0.23 | 0.26 | 0.19 | 6.79 | 0.36 | 0.71 |
| Hex | CF | A0 | 9A | 0 | 17 | 1A | 13 | 7 | 24 | 47 |
| Octal | 317 | 240 | 232 | 0 | 27 | 32 | 23 | 7 | 44 | 107 |
| Binary | 11001111 | 10100000 | 10011010 | 0 | 10111 | 11010 | 10011 | 111 | 100100 | 1000111 |
Color Harmonies of #CFA09A
Complementary color
Monochromatic Colors of #CFA09A
Black with #CFA09A
Text Example
Text Example
White with #CFA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA09A; }
p { color: rgb(207,160,154); }
H1.HeaderClassName
{
color: #CFA09A;
}
.AnyTagClassName
{
color: #CFA09A;
}
</style>
background-color css
<style>
a { background-color: #CFA09A; }
a { background-color: rgb(207,160,154); }
div.DivClassName
{
background-color: #CFA09A;
}
.BgClassName
{
background-color: #CFA09A;
}
</style>
border-color css
<style>
span { border-color: #CFA09A; }
span { border-color: rgb(207,160,154); }
td.TdClassName
{
border-color: #CFA09A;
}
.TagClassName
{
border-color: #CFA09A;
}
</style>