Shades of Japonica #CF7A59
Tints of Japonica #CF7A59
RGB
CMYK
RGB Variations
Color information
#CF7A59 (or 0xCF7A59) is known color: Japonica. HEX triplet: CF, 7A and 59. RGB value is (207,122,89). Sum of RGB (Red+Green+Blue) = 207+122+89=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A59 is #3085A6. Grayscale: #8F8F8F. Windows color (decimal): -3179943 or 5864143. OLE color: 5864143.
HSL color Cylindrical-coordinate representation of color #CF7A59: hue angle of 16.78º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF7A59 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 89 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.19 |
| HSL | 16.78º | 0.55% | 0.58% | - |
| HSV(B) | 16.78º | 0.57% | 0.81% | - |
| XYZ | 34.49 | 27.91 | 13.02 | - |
| YUV | 143.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 89 | 0 | 0.41 | 0.57 | 0.19 | 16.78 | 0.55 | 0.58 |
| Hex | CF | 7A | 59 | 0 | 29 | 39 | 13 | 11 | 37 | 3A |
| Octal | 317 | 172 | 131 | 0 | 51 | 71 | 23 | 21 | 67 | 72 |
| Binary | 11001111 | 1111010 | 1011001 | 0 | 101001 | 111001 | 10011 | 10001 | 110111 | 111010 |
Color Harmonies of #CF7A59
Complementary color
Monochromatic Colors of #CF7A59
Black with #CF7A59
Text Example
Text Example
White with #CF7A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A59; }
p { color: rgb(207,122,89); }
H1.HeaderClassName
{
color: #CF7A59;
}
.AnyTagClassName
{
color: #CF7A59;
}
</style>
background-color css
<style>
a { background-color: #CF7A59; }
a { background-color: rgb(207,122,89); }
div.DivClassName
{
background-color: #CF7A59;
}
.BgClassName
{
background-color: #CF7A59;
}
</style>
border-color css
<style>
span { border-color: #CF7A59; }
span { border-color: rgb(207,122,89); }
td.TdClassName
{
border-color: #CF7A59;
}
.TagClassName
{
border-color: #CF7A59;
}
</style>