Shades of Japonica #CF6851
Tints of Japonica #CF6851
RGB
CMYK
RGB Variations
Color information
#CF6851 (or 0xCF6851) is known color: Japonica. HEX triplet: CF, 68 and 51. RGB value is (207,104,81). Sum of RGB (Red+Green+Blue) = 207+104+81=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6851 is #3097AE. Grayscale: #848484. Windows color (decimal): -3184559 or 5335247. OLE color: 5335247.
HSL color Cylindrical-coordinate representation of color #CF6851: hue angle of 10.95º 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 #CF6851 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 81 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.19 |
| HSL | 10.95º | 0.57% | 0.56% | - |
| HSV(B) | 10.95º | 0.61% | 0.81% | - |
| XYZ | 32.17 | 23.76 | 10.68 | - |
| YUV | 132.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 81 | 0 | 0.50 | 0.61 | 0.19 | 10.95 | 0.57 | 0.56 |
| Hex | CF | 68 | 51 | 0 | 32 | 3D | 13 | B | 39 | 38 |
| Octal | 317 | 150 | 121 | 0 | 62 | 75 | 23 | 13 | 71 | 70 |
| Binary | 11001111 | 1101000 | 1010001 | 0 | 110010 | 111101 | 10011 | 1011 | 111001 | 111000 |
Color Harmonies of #CF6851
Complementary color
Monochromatic Colors of #CF6851
Black with #CF6851
Text Example
Text Example
White with #CF6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6851; }
p { color: rgb(207,104,81); }
H1.HeaderClassName
{
color: #CF6851;
}
.AnyTagClassName
{
color: #CF6851;
}
</style>
background-color css
<style>
a { background-color: #CF6851; }
a { background-color: rgb(207,104,81); }
div.DivClassName
{
background-color: #CF6851;
}
.BgClassName
{
background-color: #CF6851;
}
</style>
border-color css
<style>
span { border-color: #CF6851; }
span { border-color: rgb(207,104,81); }
td.TdClassName
{
border-color: #CF6851;
}
.TagClassName
{
border-color: #CF6851;
}
</style>