Shades of Eunry #CFA598
Tints of Eunry #CFA598
RGB
CMYK
RGB Variations
Color information
#CFA598 (or 0xCFA598) is known color: Eunry. HEX triplet: CF, A5 and 98. RGB value is (207,165,152). Sum of RGB (Red+Green+Blue) = 207+165+152=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA598 is #305A67. Grayscale: #B0B0B0. Windows color (decimal): -3168872 or 10003919. OLE color: 10003919.
HSL color Cylindrical-coordinate representation of color #CFA598: hue angle of 14.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA598 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 152 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.19 |
| HSL | 14.18º | 0.36% | 0.7% | - |
| HSV(B) | 14.18º | 0.27% | 0.81% | - |
| XYZ | 44.85 | 42.44 | 35.53 | - |
| YUV | 176.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 152 | 0 | 0.20 | 0.27 | 0.19 | 14.18 | 0.36 | 0.7 |
| Hex | CF | A5 | 98 | 0 | 14 | 1B | 13 | E | 24 | 46 |
| Octal | 317 | 245 | 230 | 0 | 24 | 33 | 23 | 16 | 44 | 106 |
| Binary | 11001111 | 10100101 | 10011000 | 0 | 10100 | 11011 | 10011 | 1110 | 100100 | 1000110 |
Color Harmonies of #CFA598
Complementary color
Monochromatic Colors of #CFA598
Black with #CFA598
Text Example
Text Example
White with #CFA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA598; }
p { color: rgb(207,165,152); }
H1.HeaderClassName
{
color: #CFA598;
}
.AnyTagClassName
{
color: #CFA598;
}
</style>
background-color css
<style>
a { background-color: #CFA598; }
a { background-color: rgb(207,165,152); }
div.DivClassName
{
background-color: #CFA598;
}
.BgClassName
{
background-color: #CFA598;
}
</style>
border-color css
<style>
span { border-color: #CFA598; }
span { border-color: rgb(207,165,152); }
td.TdClassName
{
border-color: #CFA598;
}
.TagClassName
{
border-color: #CFA598;
}
</style>