Shades of Japonica #CF7052
Tints of Japonica #CF7052
RGB
CMYK
RGB Variations
Color information
#CF7052 (or 0xCF7052) is known color: Japonica. HEX triplet: CF, 70 and 52. RGB value is (207,112,82). Sum of RGB (Red+Green+Blue) = 207+112+82=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7052 is #308FAD. Grayscale: #898989. Windows color (decimal): -3182510 or 5402831. OLE color: 5402831.
HSL color Cylindrical-coordinate representation of color #CF7052: hue angle of 14.4º 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 #CF7052 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 82 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.19 |
| HSL | 14.4º | 0.57% | 0.57% | - |
| HSV(B) | 14.4º | 0.6% | 0.81% | - |
| XYZ | 33.05 | 25.46 | 11.16 | - |
| YUV | 136.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 82 | 0 | 0.46 | 0.60 | 0.19 | 14.4 | 0.57 | 0.57 |
| Hex | CF | 70 | 52 | 0 | 2E | 3C | 13 | E | 39 | 39 |
| Octal | 317 | 160 | 122 | 0 | 56 | 74 | 23 | 16 | 71 | 71 |
| Binary | 11001111 | 1110000 | 1010010 | 0 | 101110 | 111100 | 10011 | 1110 | 111001 | 111001 |
Color Harmonies of #CF7052
Complementary color
Monochromatic Colors of #CF7052
Black with #CF7052
Text Example
Text Example
White with #CF7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7052; }
p { color: rgb(207,112,82); }
H1.HeaderClassName
{
color: #CF7052;
}
.AnyTagClassName
{
color: #CF7052;
}
</style>
background-color css
<style>
a { background-color: #CF7052; }
a { background-color: rgb(207,112,82); }
div.DivClassName
{
background-color: #CF7052;
}
.BgClassName
{
background-color: #CF7052;
}
</style>
border-color css
<style>
span { border-color: #CF7052; }
span { border-color: rgb(207,112,82); }
td.TdClassName
{
border-color: #CF7052;
}
.TagClassName
{
border-color: #CF7052;
}
</style>