Shades of Japonica #CF6F62
Tints of Japonica #CF6F62
RGB
CMYK
RGB Variations
Color information
#CF6F62 (or 0xCF6F62) is known color: Japonica. HEX triplet: CF, 6F and 62. RGB value is (207,111,98). Sum of RGB (Red+Green+Blue) = 207+111+98=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F62 is #30909D. Grayscale: #8A8A8A. Windows color (decimal): -3182750 or 6451151. OLE color: 6451151.
HSL color Cylindrical-coordinate representation of color #CF6F62: hue angle of 7.16º 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 #CF6F62 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 98 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.19 |
| HSL | 7.16º | 0.53% | 0.6% | - |
| HSV(B) | 7.16º | 0.53% | 0.81% | - |
| XYZ | 33.62 | 25.52 | 14.71 | - |
| YUV | 138.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 98 | 0 | 0.46 | 0.53 | 0.19 | 7.16 | 0.53 | 0.6 |
| Hex | CF | 6F | 62 | 0 | 2E | 35 | 13 | 7 | 35 | 3C |
| Octal | 317 | 157 | 142 | 0 | 56 | 65 | 23 | 7 | 65 | 74 |
| Binary | 11001111 | 1101111 | 1100010 | 0 | 101110 | 110101 | 10011 | 111 | 110101 | 111100 |
Color Harmonies of #CF6F62
Complementary color
Monochromatic Colors of #CF6F62
Black with #CF6F62
Text Example
Text Example
White with #CF6F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F62; }
p { color: rgb(207,111,98); }
H1.HeaderClassName
{
color: #CF6F62;
}
.AnyTagClassName
{
color: #CF6F62;
}
</style>
background-color css
<style>
a { background-color: #CF6F62; }
a { background-color: rgb(207,111,98); }
div.DivClassName
{
background-color: #CF6F62;
}
.BgClassName
{
background-color: #CF6F62;
}
</style>
border-color css
<style>
span { border-color: #CF6F62; }
span { border-color: rgb(207,111,98); }
td.TdClassName
{
border-color: #CF6F62;
}
.TagClassName
{
border-color: #CF6F62;
}
</style>