Shades of Japonica #CF7A56
Tints of Japonica #CF7A56
RGB
CMYK
RGB Variations
Color information
#CF7A56 (or 0xCF7A56) is known color: Japonica. HEX triplet: CF, 7A and 56. RGB value is (207,122,86). Sum of RGB (Red+Green+Blue) = 207+122+86=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A56 is #3085A9. Grayscale: #8F8F8F. Windows color (decimal): -3179946 or 5667535. OLE color: 5667535.
HSL color Cylindrical-coordinate representation of color #CF7A56: hue angle of 17.85º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF7A56 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 86 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.19 |
| HSL | 17.85º | 0.56% | 0.57% | - |
| HSV(B) | 17.85º | 0.58% | 0.81% | - |
| XYZ | 34.37 | 27.86 | 12.37 | - |
| YUV | 143.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 86 | 0 | 0.41 | 0.58 | 0.19 | 17.85 | 0.56 | 0.57 |
| Hex | CF | 7A | 56 | 0 | 29 | 3A | 13 | 12 | 38 | 39 |
| Octal | 317 | 172 | 126 | 0 | 51 | 72 | 23 | 22 | 70 | 71 |
| Binary | 11001111 | 1111010 | 1010110 | 0 | 101001 | 111010 | 10011 | 10010 | 111000 | 111001 |
Color Harmonies of #CF7A56
Complementary color
Monochromatic Colors of #CF7A56
Black with #CF7A56
Text Example
Text Example
White with #CF7A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A56; }
p { color: rgb(207,122,86); }
H1.HeaderClassName
{
color: #CF7A56;
}
.AnyTagClassName
{
color: #CF7A56;
}
</style>
background-color css
<style>
a { background-color: #CF7A56; }
a { background-color: rgb(207,122,86); }
div.DivClassName
{
background-color: #CF7A56;
}
.BgClassName
{
background-color: #CF7A56;
}
</style>
border-color css
<style>
span { border-color: #CF7A56; }
span { border-color: rgb(207,122,86); }
td.TdClassName
{
border-color: #CF7A56;
}
.TagClassName
{
border-color: #CF7A56;
}
</style>