Shades of Eunry #CFA49C
Tints of Eunry #CFA49C
RGB
CMYK
RGB Variations
Color information
#CFA49C (or 0xCFA49C) is known color: Eunry. HEX triplet: CF, A4 and 9C. RGB value is (207,164,156). Sum of RGB (Red+Green+Blue) = 207+164+156=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA49C is #305B63. Grayscale: #B0B0B0. Windows color (decimal): -3169124 or 10265807. OLE color: 10265807.
HSL color Cylindrical-coordinate representation of color #CFA49C: hue angle of 9.41º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA49C is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 156 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.19 |
| HSL | 9.41º | 0.35% | 0.71% | - |
| HSV(B) | 9.41º | 0.25% | 0.81% | - |
| XYZ | 45.01 | 42.22 | 37.23 | - |
| YUV | 175.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 156 | 0 | 0.21 | 0.25 | 0.19 | 9.41 | 0.35 | 0.71 |
| Hex | CF | A4 | 9C | 0 | 15 | 19 | 13 | 9 | 23 | 47 |
| Octal | 317 | 244 | 234 | 0 | 25 | 31 | 23 | 11 | 43 | 107 |
| Binary | 11001111 | 10100100 | 10011100 | 0 | 10101 | 11001 | 10011 | 1001 | 100011 | 1000111 |
Color Harmonies of #CFA49C
Complementary color
Monochromatic Colors of #CFA49C
Black with #CFA49C
Text Example
Text Example
White with #CFA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA49C; }
p { color: rgb(207,164,156); }
H1.HeaderClassName
{
color: #CFA49C;
}
.AnyTagClassName
{
color: #CFA49C;
}
</style>
background-color css
<style>
a { background-color: #CFA49C; }
a { background-color: rgb(207,164,156); }
div.DivClassName
{
background-color: #CFA49C;
}
.BgClassName
{
background-color: #CFA49C;
}
</style>
border-color css
<style>
span { border-color: #CFA49C; }
span { border-color: rgb(207,164,156); }
td.TdClassName
{
border-color: #CFA49C;
}
.TagClassName
{
border-color: #CFA49C;
}
</style>