Shades of Japonica #CF7462
Tints of Japonica #CF7462
RGB
CMYK
RGB Variations
Color information
#CF7462 (or 0xCF7462) is known color: Japonica. HEX triplet: CF, 74 and 62. RGB value is (207,116,98). Sum of RGB (Red+Green+Blue) = 207+116+98=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7462 is #308B9D. Grayscale: #8D8D8D. Windows color (decimal): -3181470 or 6452431. OLE color: 6452431.
HSL color Cylindrical-coordinate representation of color #CF7462: hue angle of 9.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF7462 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 98 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.19 |
| HSL | 9.91º | 0.53% | 0.6% | - |
| HSV(B) | 9.91º | 0.53% | 0.81% | - |
| XYZ | 34.18 | 26.64 | 14.9 | - |
| YUV | 141.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 98 | 0 | 0.44 | 0.53 | 0.19 | 9.91 | 0.53 | 0.6 |
| Hex | CF | 74 | 62 | 0 | 2C | 35 | 13 | A | 35 | 3C |
| Octal | 317 | 164 | 142 | 0 | 54 | 65 | 23 | 12 | 65 | 74 |
| Binary | 11001111 | 1110100 | 1100010 | 0 | 101100 | 110101 | 10011 | 1010 | 110101 | 111100 |
Color Harmonies of #CF7462
Complementary color
Monochromatic Colors of #CF7462
Black with #CF7462
Text Example
Text Example
White with #CF7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7462; }
p { color: rgb(207,116,98); }
H1.HeaderClassName
{
color: #CF7462;
}
.AnyTagClassName
{
color: #CF7462;
}
</style>
background-color css
<style>
a { background-color: #CF7462; }
a { background-color: rgb(207,116,98); }
div.DivClassName
{
background-color: #CF7462;
}
.BgClassName
{
background-color: #CF7462;
}
</style>
border-color css
<style>
span { border-color: #CF7462; }
span { border-color: rgb(207,116,98); }
td.TdClassName
{
border-color: #CF7462;
}
.TagClassName
{
border-color: #CF7462;
}
</style>