Shades of Japonica #CF7961
Tints of Japonica #CF7961
RGB
CMYK
RGB Variations
Color information
#CF7961 (or 0xCF7961) is known color: Japonica. HEX triplet: CF, 79 and 61. RGB value is (207,121,97). Sum of RGB (Red+Green+Blue) = 207+121+97=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7961 is #30869E. Grayscale: #909090. Windows color (decimal): -3180191 or 6388175. OLE color: 6388175.
HSL color Cylindrical-coordinate representation of color #CF7961: hue angle of 13.09º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF7961 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 97 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.19 |
| HSL | 13.09º | 0.53% | 0.6% | - |
| HSV(B) | 13.09º | 0.53% | 0.81% | - |
| XYZ | 34.73 | 27.8 | 14.85 | - |
| YUV | 143.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 97 | 0 | 0.42 | 0.53 | 0.19 | 13.09 | 0.53 | 0.6 |
| Hex | CF | 79 | 61 | 0 | 2A | 35 | 13 | D | 35 | 3C |
| Octal | 317 | 171 | 141 | 0 | 52 | 65 | 23 | 15 | 65 | 74 |
| Binary | 11001111 | 1111001 | 1100001 | 0 | 101010 | 110101 | 10011 | 1101 | 110101 | 111100 |
Color Harmonies of #CF7961
Complementary color
Monochromatic Colors of #CF7961
Black with #CF7961
Text Example
Text Example
White with #CF7961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7961; }
p { color: rgb(207,121,97); }
H1.HeaderClassName
{
color: #CF7961;
}
.AnyTagClassName
{
color: #CF7961;
}
</style>
background-color css
<style>
a { background-color: #CF7961; }
a { background-color: rgb(207,121,97); }
div.DivClassName
{
background-color: #CF7961;
}
.BgClassName
{
background-color: #CF7961;
}
</style>
border-color css
<style>
span { border-color: #CF7961; }
span { border-color: rgb(207,121,97); }
td.TdClassName
{
border-color: #CF7961;
}
.TagClassName
{
border-color: #CF7961;
}
</style>