Shades of Japonica #C77057
Tints of Japonica #C77057
RGB
CMYK
RGB Variations
Color information
#C77057 (or 0xC77057) is known color: Japonica. HEX triplet: C7, 70 and 57. RGB value is (199,112,87). Sum of RGB (Red+Green+Blue) = 199+112+87=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C77057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77057 is #388FA8. Grayscale: #878787. Windows color (decimal): -3706793 or 5730503. OLE color: 5730503.
HSL color Cylindrical-coordinate representation of color #C77057: hue angle of 13.39º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C77057 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 87 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.22 |
| HSL | 13.39º | 0.5% | 0.56% | - |
| HSV(B) | 13.39º | 0.56% | 0.78% | - |
| XYZ | 31.07 | 24.42 | 12.09 | - |
| YUV | 135.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 87 | 0 | 0.44 | 0.56 | 0.22 | 13.39 | 0.5 | 0.56 |
| Hex | C7 | 70 | 57 | 0 | 2C | 38 | 16 | D | 32 | 38 |
| Octal | 307 | 160 | 127 | 0 | 54 | 70 | 26 | 15 | 62 | 70 |
| Binary | 11000111 | 1110000 | 1010111 | 0 | 101100 | 111000 | 10110 | 1101 | 110010 | 111000 |
Color Harmonies of #C77057
Complementary color
Monochromatic Colors of #C77057
Black with #C77057
Text Example
Text Example
White with #C77057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77057; }
p { color: rgb(199,112,87); }
H1.HeaderClassName
{
color: #C77057;
}
.AnyTagClassName
{
color: #C77057;
}
</style>
background-color css
<style>
a { background-color: #C77057; }
a { background-color: rgb(199,112,87); }
div.DivClassName
{
background-color: #C77057;
}
.BgClassName
{
background-color: #C77057;
}
</style>
border-color css
<style>
span { border-color: #C77057; }
span { border-color: rgb(199,112,87); }
td.TdClassName
{
border-color: #C77057;
}
.TagClassName
{
border-color: #C77057;
}
</style>