Shades of Japonica #CF6F61
Tints of Japonica #CF6F61
RGB
CMYK
RGB Variations
Color information
#CF6F61 (or 0xCF6F61) is known color: Japonica. HEX triplet: CF, 6F and 61. RGB value is (207,111,97). Sum of RGB (Red+Green+Blue) = 207+111+97=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F61 is #30909E. Grayscale: #8A8A8A. Windows color (decimal): -3182751 or 6385615. OLE color: 6385615.
HSL color Cylindrical-coordinate representation of color #CF6F61: hue angle of 7.64º 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 #CF6F61 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 97 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.19 |
| HSL | 7.64º | 0.53% | 0.6% | - |
| HSV(B) | 7.64º | 0.53% | 0.81% | - |
| XYZ | 33.57 | 25.5 | 14.46 | - |
| YUV | 138.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 97 | 0 | 0.46 | 0.53 | 0.19 | 7.64 | 0.53 | 0.6 |
| Hex | CF | 6F | 61 | 0 | 2E | 35 | 13 | 8 | 35 | 3C |
| Octal | 317 | 157 | 141 | 0 | 56 | 65 | 23 | 10 | 65 | 74 |
| Binary | 11001111 | 1101111 | 1100001 | 0 | 101110 | 110101 | 10011 | 1000 | 110101 | 111100 |
Color Harmonies of #CF6F61
Complementary color
Monochromatic Colors of #CF6F61
Black with #CF6F61
Text Example
Text Example
White with #CF6F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F61; }
p { color: rgb(207,111,97); }
H1.HeaderClassName
{
color: #CF6F61;
}
.AnyTagClassName
{
color: #CF6F61;
}
</style>
background-color css
<style>
a { background-color: #CF6F61; }
a { background-color: rgb(207,111,97); }
div.DivClassName
{
background-color: #CF6F61;
}
.BgClassName
{
background-color: #CF6F61;
}
</style>
border-color css
<style>
span { border-color: #CF6F61; }
span { border-color: rgb(207,111,97); }
td.TdClassName
{
border-color: #CF6F61;
}
.TagClassName
{
border-color: #CF6F61;
}
</style>