Shades of Japonica #CF7262
Tints of Japonica #CF7262
RGB
CMYK
RGB Variations
Color information
#CF7262 (or 0xCF7262) is known color: Japonica. HEX triplet: CF, 72 and 62. RGB value is (207,114,98). Sum of RGB (Red+Green+Blue) = 207+114+98=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7262 is #308D9D. Grayscale: #8C8C8C. Windows color (decimal): -3181982 or 6451919. OLE color: 6451919.
HSL color Cylindrical-coordinate representation of color #CF7262: hue angle of 8.81º 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 #CF7262 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 98 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.19 |
| HSL | 8.81º | 0.53% | 0.6% | - |
| HSV(B) | 8.81º | 0.53% | 0.81% | - |
| XYZ | 33.95 | 26.18 | 14.82 | - |
| YUV | 139.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 98 | 0 | 0.45 | 0.53 | 0.19 | 8.81 | 0.53 | 0.6 |
| Hex | CF | 72 | 62 | 0 | 2D | 35 | 13 | 9 | 35 | 3C |
| Octal | 317 | 162 | 142 | 0 | 55 | 65 | 23 | 11 | 65 | 74 |
| Binary | 11001111 | 1110010 | 1100010 | 0 | 101101 | 110101 | 10011 | 1001 | 110101 | 111100 |
Color Harmonies of #CF7262
Complementary color
Monochromatic Colors of #CF7262
Black with #CF7262
Text Example
Text Example
White with #CF7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7262; }
p { color: rgb(207,114,98); }
H1.HeaderClassName
{
color: #CF7262;
}
.AnyTagClassName
{
color: #CF7262;
}
</style>
background-color css
<style>
a { background-color: #CF7262; }
a { background-color: rgb(207,114,98); }
div.DivClassName
{
background-color: #CF7262;
}
.BgClassName
{
background-color: #CF7262;
}
</style>
border-color css
<style>
span { border-color: #CF7262; }
span { border-color: rgb(207,114,98); }
td.TdClassName
{
border-color: #CF7262;
}
.TagClassName
{
border-color: #CF7262;
}
</style>