Shades of Japonica #CF7A58
Tints of Japonica #CF7A58
RGB
CMYK
RGB Variations
Color information
#CF7A58 (or 0xCF7A58) is known color: Japonica. HEX triplet: CF, 7A and 58. RGB value is (207,122,88). Sum of RGB (Red+Green+Blue) = 207+122+88=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A58 is #3085A7. Grayscale: #8F8F8F. Windows color (decimal): -3179944 or 5798607. OLE color: 5798607.
HSL color Cylindrical-coordinate representation of color #CF7A58: hue angle of 17.14º 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 #CF7A58 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 88 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.19 |
| HSL | 17.14º | 0.55% | 0.58% | - |
| HSV(B) | 17.14º | 0.57% | 0.81% | - |
| XYZ | 34.45 | 27.89 | 12.8 | - |
| YUV | 143.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 88 | 0 | 0.41 | 0.57 | 0.19 | 17.14 | 0.55 | 0.58 |
| Hex | CF | 7A | 58 | 0 | 29 | 39 | 13 | 11 | 37 | 3A |
| Octal | 317 | 172 | 130 | 0 | 51 | 71 | 23 | 21 | 67 | 72 |
| Binary | 11001111 | 1111010 | 1011000 | 0 | 101001 | 111001 | 10011 | 10001 | 110111 | 111010 |
Color Harmonies of #CF7A58
Complementary color
Monochromatic Colors of #CF7A58
Black with #CF7A58
Text Example
Text Example
White with #CF7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A58; }
p { color: rgb(207,122,88); }
H1.HeaderClassName
{
color: #CF7A58;
}
.AnyTagClassName
{
color: #CF7A58;
}
</style>
background-color css
<style>
a { background-color: #CF7A58; }
a { background-color: rgb(207,122,88); }
div.DivClassName
{
background-color: #CF7A58;
}
.BgClassName
{
background-color: #CF7A58;
}
</style>
border-color css
<style>
span { border-color: #CF7A58; }
span { border-color: rgb(207,122,88); }
td.TdClassName
{
border-color: #CF7A58;
}
.TagClassName
{
border-color: #CF7A58;
}
</style>