Shades of Japonica #C77053
Tints of Japonica #C77053
RGB
CMYK
RGB Variations
Color information
#C77053 (or 0xC77053) is known color: Japonica. HEX triplet: C7, 70 and 53. RGB value is (199,112,83). Sum of RGB (Red+Green+Blue) = 199+112+83=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77053 is #388FAC. Grayscale: #868686. Windows color (decimal): -3706797 or 5468359. OLE color: 5468359.
HSL color Cylindrical-coordinate representation of color #C77053: hue angle of 15º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C77053 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 83 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.22 |
| HSL | 15º | 0.51% | 0.55% | - |
| HSV(B) | 15º | 0.58% | 0.78% | - |
| XYZ | 30.91 | 24.35 | 11.26 | - |
| YUV | 134.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 83 | 0 | 0.44 | 0.58 | 0.22 | 15 | 0.51 | 0.55 |
| Hex | C7 | 70 | 53 | 0 | 2C | 3A | 16 | F | 33 | 37 |
| Octal | 307 | 160 | 123 | 0 | 54 | 72 | 26 | 17 | 63 | 67 |
| Binary | 11000111 | 1110000 | 1010011 | 0 | 101100 | 111010 | 10110 | 1111 | 110011 | 110111 |
Color Harmonies of #C77053
Complementary color
Monochromatic Colors of #C77053
Black with #C77053
Text Example
Text Example
White with #C77053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77053; }
p { color: rgb(199,112,83); }
H1.HeaderClassName
{
color: #C77053;
}
.AnyTagClassName
{
color: #C77053;
}
</style>
background-color css
<style>
a { background-color: #C77053; }
a { background-color: rgb(199,112,83); }
div.DivClassName
{
background-color: #C77053;
}
.BgClassName
{
background-color: #C77053;
}
</style>
border-color css
<style>
span { border-color: #C77053; }
span { border-color: rgb(199,112,83); }
td.TdClassName
{
border-color: #C77053;
}
.TagClassName
{
border-color: #C77053;
}
</style>