Shades of Japonica #CF7358
Tints of Japonica #CF7358
RGB
CMYK
RGB Variations
Color information
#CF7358 (or 0xCF7358) is known color: Japonica. HEX triplet: CF, 73 and 58. RGB value is (207,115,88). Sum of RGB (Red+Green+Blue) = 207+115+88=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7358 is #308CA7. Grayscale: #8B8B8B. Windows color (decimal): -3181736 or 5796815. OLE color: 5796815.
HSL color Cylindrical-coordinate representation of color #CF7358: hue angle of 13.61º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF7358 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 88 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.19 |
| HSL | 13.61º | 0.55% | 0.58% | - |
| HSV(B) | 13.61º | 0.57% | 0.81% | - |
| XYZ | 33.62 | 26.23 | 12.52 | - |
| YUV | 139.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 88 | 0 | 0.44 | 0.57 | 0.19 | 13.61 | 0.55 | 0.58 |
| Hex | CF | 73 | 58 | 0 | 2C | 39 | 13 | E | 37 | 3A |
| Octal | 317 | 163 | 130 | 0 | 54 | 71 | 23 | 16 | 67 | 72 |
| Binary | 11001111 | 1110011 | 1011000 | 0 | 101100 | 111001 | 10011 | 1110 | 110111 | 111010 |
Color Harmonies of #CF7358
Complementary color
Monochromatic Colors of #CF7358
Black with #CF7358
Text Example
Text Example
White with #CF7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7358; }
p { color: rgb(207,115,88); }
H1.HeaderClassName
{
color: #CF7358;
}
.AnyTagClassName
{
color: #CF7358;
}
</style>
background-color css
<style>
a { background-color: #CF7358; }
a { background-color: rgb(207,115,88); }
div.DivClassName
{
background-color: #CF7358;
}
.BgClassName
{
background-color: #CF7358;
}
</style>
border-color css
<style>
span { border-color: #CF7358; }
span { border-color: rgb(207,115,88); }
td.TdClassName
{
border-color: #CF7358;
}
.TagClassName
{
border-color: #CF7358;
}
</style>