Shades of Japonica #C77060
Tints of Japonica #C77060
RGB
CMYK
RGB Variations
Color information
#C77060 (or 0xC77060) is known color: Japonica. HEX triplet: C7, 70 and 60. RGB value is (199,112,96). Sum of RGB (Red+Green+Blue) = 199+112+96=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C77060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77060 is #388F9F. Grayscale: #888888. Windows color (decimal): -3706784 or 6320327. OLE color: 6320327.
HSL color Cylindrical-coordinate representation of color #C77060: hue angle of 9.32º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C77060 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 96 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.22 |
| HSL | 9.32º | 0.48% | 0.58% | - |
| HSV(B) | 9.32º | 0.52% | 0.78% | - |
| XYZ | 31.46 | 24.57 | 14.15 | - |
| YUV | 136.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 96 | 0 | 0.44 | 0.52 | 0.22 | 9.32 | 0.48 | 0.58 |
| Hex | C7 | 70 | 60 | 0 | 2C | 34 | 16 | 9 | 30 | 3A |
| Octal | 307 | 160 | 140 | 0 | 54 | 64 | 26 | 11 | 60 | 72 |
| Binary | 11000111 | 1110000 | 1100000 | 0 | 101100 | 110100 | 10110 | 1001 | 110000 | 111010 |
Color Harmonies of #C77060
Complementary color
Monochromatic Colors of #C77060
Black with #C77060
Text Example
Text Example
White with #C77060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77060; }
p { color: rgb(199,112,96); }
H1.HeaderClassName
{
color: #C77060;
}
.AnyTagClassName
{
color: #C77060;
}
</style>
background-color css
<style>
a { background-color: #C77060; }
a { background-color: rgb(199,112,96); }
div.DivClassName
{
background-color: #C77060;
}
.BgClassName
{
background-color: #C77060;
}
</style>
border-color css
<style>
span { border-color: #C77060; }
span { border-color: rgb(199,112,96); }
td.TdClassName
{
border-color: #C77060;
}
.TagClassName
{
border-color: #C77060;
}
</style>