Shades of Japonica #CF7464
Tints of Japonica #CF7464
RGB
CMYK
RGB Variations
Color information
#CF7464 (or 0xCF7464) is known color: Japonica. HEX triplet: CF, 74 and 64. RGB value is (207,116,100). Sum of RGB (Red+Green+Blue) = 207+116+100=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7464 is #308B9B. Grayscale: #8D8D8D. Windows color (decimal): -3181468 or 6583503. OLE color: 6583503.
HSL color Cylindrical-coordinate representation of color #CF7464: hue angle of 8.97º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF7464 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 100 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.19 |
| HSL | 8.97º | 0.53% | 0.6% | - |
| HSV(B) | 8.97º | 0.52% | 0.81% | - |
| XYZ | 34.28 | 26.68 | 15.4 | - |
| YUV | 141.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 100 | 0 | 0.44 | 0.52 | 0.19 | 8.97 | 0.53 | 0.6 |
| Hex | CF | 74 | 64 | 0 | 2C | 34 | 13 | 9 | 35 | 3C |
| Octal | 317 | 164 | 144 | 0 | 54 | 64 | 23 | 11 | 65 | 74 |
| Binary | 11001111 | 1110100 | 1100100 | 0 | 101100 | 110100 | 10011 | 1001 | 110101 | 111100 |
Color Harmonies of #CF7464
Complementary color
Monochromatic Colors of #CF7464
Black with #CF7464
Text Example
Text Example
White with #CF7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7464; }
p { color: rgb(207,116,100); }
H1.HeaderClassName
{
color: #CF7464;
}
.AnyTagClassName
{
color: #CF7464;
}
</style>
background-color css
<style>
a { background-color: #CF7464; }
a { background-color: rgb(207,116,100); }
div.DivClassName
{
background-color: #CF7464;
}
.BgClassName
{
background-color: #CF7464;
}
</style>
border-color css
<style>
span { border-color: #CF7464; }
span { border-color: rgb(207,116,100); }
td.TdClassName
{
border-color: #CF7464;
}
.TagClassName
{
border-color: #CF7464;
}
</style>