Shades of Japonica #CF7055
Tints of Japonica #CF7055
RGB
CMYK
RGB Variations
Color information
#CF7055 (or 0xCF7055) is known color: Japonica. HEX triplet: CF, 70 and 55. RGB value is (207,112,85). Sum of RGB (Red+Green+Blue) = 207+112+85=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7055 is #308FAA. Grayscale: #898989. Windows color (decimal): -3182507 or 5599439. OLE color: 5599439.
HSL color Cylindrical-coordinate representation of color #CF7055: hue angle of 13.28º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF7055 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 85 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.19 |
| HSL | 13.28º | 0.56% | 0.57% | - |
| HSV(B) | 13.28º | 0.59% | 0.81% | - |
| XYZ | 33.17 | 25.51 | 11.77 | - |
| YUV | 137.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 85 | 0 | 0.46 | 0.59 | 0.19 | 13.28 | 0.56 | 0.57 |
| Hex | CF | 70 | 55 | 0 | 2E | 3B | 13 | D | 38 | 39 |
| Octal | 317 | 160 | 125 | 0 | 56 | 73 | 23 | 15 | 70 | 71 |
| Binary | 11001111 | 1110000 | 1010101 | 0 | 101110 | 111011 | 10011 | 1101 | 111000 | 111001 |
Color Harmonies of #CF7055
Complementary color
Monochromatic Colors of #CF7055
Black with #CF7055
Text Example
Text Example
White with #CF7055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7055; }
p { color: rgb(207,112,85); }
H1.HeaderClassName
{
color: #CF7055;
}
.AnyTagClassName
{
color: #CF7055;
}
</style>
background-color css
<style>
a { background-color: #CF7055; }
a { background-color: rgb(207,112,85); }
div.DivClassName
{
background-color: #CF7055;
}
.BgClassName
{
background-color: #CF7055;
}
</style>
border-color css
<style>
span { border-color: #CF7055; }
span { border-color: rgb(207,112,85); }
td.TdClassName
{
border-color: #CF7055;
}
.TagClassName
{
border-color: #CF7055;
}
</style>