Shades of Japonica #CF7053
Tints of Japonica #CF7053
RGB
CMYK
RGB Variations
Color information
#CF7053 (or 0xCF7053) is known color: Japonica. HEX triplet: CF, 70 and 53. RGB value is (207,112,83). Sum of RGB (Red+Green+Blue) = 207+112+83=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7053 is #308FAC. Grayscale: #898989. Windows color (decimal): -3182509 or 5468367. OLE color: 5468367.
HSL color Cylindrical-coordinate representation of color #CF7053: hue angle of 14.03º degrees, saturation: 0.56, 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 #CF7053 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 83 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.19 |
| HSL | 14.03º | 0.56% | 0.57% | - |
| HSV(B) | 14.03º | 0.6% | 0.81% | - |
| XYZ | 33.09 | 25.48 | 11.36 | - |
| YUV | 137.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 83 | 0 | 0.46 | 0.60 | 0.19 | 14.03 | 0.56 | 0.57 |
| Hex | CF | 70 | 53 | 0 | 2E | 3C | 13 | E | 38 | 39 |
| Octal | 317 | 160 | 123 | 0 | 56 | 74 | 23 | 16 | 70 | 71 |
| Binary | 11001111 | 1110000 | 1010011 | 0 | 101110 | 111100 | 10011 | 1110 | 111000 | 111001 |
Color Harmonies of #CF7053
Complementary color
Monochromatic Colors of #CF7053
Black with #CF7053
Text Example
Text Example
White with #CF7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7053; }
p { color: rgb(207,112,83); }
H1.HeaderClassName
{
color: #CF7053;
}
.AnyTagClassName
{
color: #CF7053;
}
</style>
background-color css
<style>
a { background-color: #CF7053; }
a { background-color: rgb(207,112,83); }
div.DivClassName
{
background-color: #CF7053;
}
.BgClassName
{
background-color: #CF7053;
}
</style>
border-color css
<style>
span { border-color: #CF7053; }
span { border-color: rgb(207,112,83); }
td.TdClassName
{
border-color: #CF7053;
}
.TagClassName
{
border-color: #CF7053;
}
</style>