Shades of Japonica #CF6D51
Tints of Japonica #CF6D51
RGB
CMYK
RGB Variations
Color information
#CF6D51 (or 0xCF6D51) is known color: Japonica. HEX triplet: CF, 6D and 51. RGB value is (207,109,81). Sum of RGB (Red+Green+Blue) = 207+109+81=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D51 is #3092AE. Grayscale: #878787. Windows color (decimal): -3183279 or 5336527. OLE color: 5336527.
HSL color Cylindrical-coordinate representation of color #CF6D51: hue angle of 13.33º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF6D51 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 81 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.19 |
| HSL | 13.33º | 0.57% | 0.56% | - |
| HSV(B) | 13.33º | 0.61% | 0.81% | - |
| XYZ | 32.69 | 24.8 | 10.85 | - |
| YUV | 135.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 81 | 0 | 0.47 | 0.61 | 0.19 | 13.33 | 0.57 | 0.56 |
| Hex | CF | 6D | 51 | 0 | 2F | 3D | 13 | D | 39 | 38 |
| Octal | 317 | 155 | 121 | 0 | 57 | 75 | 23 | 15 | 71 | 70 |
| Binary | 11001111 | 1101101 | 1010001 | 0 | 101111 | 111101 | 10011 | 1101 | 111001 | 111000 |
Color Harmonies of #CF6D51
Complementary color
Monochromatic Colors of #CF6D51
Black with #CF6D51
Text Example
Text Example
White with #CF6D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D51; }
p { color: rgb(207,109,81); }
H1.HeaderClassName
{
color: #CF6D51;
}
.AnyTagClassName
{
color: #CF6D51;
}
</style>
background-color css
<style>
a { background-color: #CF6D51; }
a { background-color: rgb(207,109,81); }
div.DivClassName
{
background-color: #CF6D51;
}
.BgClassName
{
background-color: #CF6D51;
}
</style>
border-color css
<style>
span { border-color: #CF6D51; }
span { border-color: rgb(207,109,81); }
td.TdClassName
{
border-color: #CF6D51;
}
.TagClassName
{
border-color: #CF6D51;
}
</style>