Shades of Japonica #C76E53
Tints of Japonica #C76E53
RGB
CMYK
RGB Variations
Color information
#C76E53 (or 0xC76E53) is known color: Japonica. HEX triplet: C7, 6E and 53. RGB value is (199,110,83). Sum of RGB (Red+Green+Blue) = 199+110+83=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E53 is #3891AC. Grayscale: #858585. Windows color (decimal): -3707309 or 5467847. OLE color: 5467847.
HSL color Cylindrical-coordinate representation of color #C76E53: hue angle of 13.97º 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 #C76E53 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 83 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.22 |
| HSL | 13.97º | 0.51% | 0.55% | - |
| HSV(B) | 13.97º | 0.58% | 0.78% | - |
| XYZ | 30.69 | 23.92 | 11.18 | - |
| YUV | 133.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 83 | 0 | 0.45 | 0.58 | 0.22 | 13.97 | 0.51 | 0.55 |
| Hex | C7 | 6E | 53 | 0 | 2D | 3A | 16 | E | 33 | 37 |
| Octal | 307 | 156 | 123 | 0 | 55 | 72 | 26 | 16 | 63 | 67 |
| Binary | 11000111 | 1101110 | 1010011 | 0 | 101101 | 111010 | 10110 | 1110 | 110011 | 110111 |
Color Harmonies of #C76E53
Complementary color
Monochromatic Colors of #C76E53
Black with #C76E53
Text Example
Text Example
White with #C76E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E53; }
p { color: rgb(199,110,83); }
H1.HeaderClassName
{
color: #C76E53;
}
.AnyTagClassName
{
color: #C76E53;
}
</style>
background-color css
<style>
a { background-color: #C76E53; }
a { background-color: rgb(199,110,83); }
div.DivClassName
{
background-color: #C76E53;
}
.BgClassName
{
background-color: #C76E53;
}
</style>
border-color css
<style>
span { border-color: #C76E53; }
span { border-color: rgb(199,110,83); }
td.TdClassName
{
border-color: #C76E53;
}
.TagClassName
{
border-color: #C76E53;
}
</style>