Shades of Japonica #CF7352
Tints of Japonica #CF7352
RGB
CMYK
RGB Variations
Color information
#CF7352 (or 0xCF7352) is known color: Japonica. HEX triplet: CF, 73 and 52. RGB value is (207,115,82). Sum of RGB (Red+Green+Blue) = 207+115+82=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7352 is #308CAD. Grayscale: #8A8A8A. Windows color (decimal): -3181742 or 5403599. OLE color: 5403599.
HSL color Cylindrical-coordinate representation of color #CF7352: hue angle of 15.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF7352 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 82 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.19 |
| HSL | 15.84º | 0.57% | 0.57% | - |
| HSV(B) | 15.84º | 0.6% | 0.81% | - |
| XYZ | 33.39 | 26.14 | 11.27 | - |
| YUV | 138.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 82 | 0 | 0.44 | 0.60 | 0.19 | 15.84 | 0.57 | 0.57 |
| Hex | CF | 73 | 52 | 0 | 2C | 3C | 13 | 10 | 39 | 39 |
| Octal | 317 | 163 | 122 | 0 | 54 | 74 | 23 | 20 | 71 | 71 |
| Binary | 11001111 | 1110011 | 1010010 | 0 | 101100 | 111100 | 10011 | 10000 | 111001 | 111001 |
Color Harmonies of #CF7352
Complementary color
Monochromatic Colors of #CF7352
Black with #CF7352
Text Example
Text Example
White with #CF7352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7352; }
p { color: rgb(207,115,82); }
H1.HeaderClassName
{
color: #CF7352;
}
.AnyTagClassName
{
color: #CF7352;
}
</style>
background-color css
<style>
a { background-color: #CF7352; }
a { background-color: rgb(207,115,82); }
div.DivClassName
{
background-color: #CF7352;
}
.BgClassName
{
background-color: #CF7352;
}
</style>
border-color css
<style>
span { border-color: #CF7352; }
span { border-color: rgb(207,115,82); }
td.TdClassName
{
border-color: #CF7352;
}
.TagClassName
{
border-color: #CF7352;
}
</style>