Shades of Japonica #C76E54
Tints of Japonica #C76E54
RGB
CMYK
RGB Variations
Color information
#C76E54 (or 0xC76E54) is known color: Japonica. HEX triplet: C7, 6E and 54. RGB value is (199,110,84). Sum of RGB (Red+Green+Blue) = 199+110+84=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E54 is #3891AB. Grayscale: #858585. Windows color (decimal): -3707308 or 5533383. OLE color: 5533383.
HSL color Cylindrical-coordinate representation of color #C76E54: hue angle of 13.57º 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 #C76E54 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 84 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.22 |
| HSL | 13.57º | 0.51% | 0.55% | - |
| HSV(B) | 13.57º | 0.58% | 0.78% | - |
| XYZ | 30.73 | 23.93 | 11.39 | - |
| YUV | 133.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 84 | 0 | 0.45 | 0.58 | 0.22 | 13.57 | 0.51 | 0.55 |
| Hex | C7 | 6E | 54 | 0 | 2D | 3A | 16 | E | 33 | 37 |
| Octal | 307 | 156 | 124 | 0 | 55 | 72 | 26 | 16 | 63 | 67 |
| Binary | 11000111 | 1101110 | 1010100 | 0 | 101101 | 111010 | 10110 | 1110 | 110011 | 110111 |
Color Harmonies of #C76E54
Complementary color
Monochromatic Colors of #C76E54
Black with #C76E54
Text Example
Text Example
White with #C76E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E54; }
p { color: rgb(199,110,84); }
H1.HeaderClassName
{
color: #C76E54;
}
.AnyTagClassName
{
color: #C76E54;
}
</style>
background-color css
<style>
a { background-color: #C76E54; }
a { background-color: rgb(199,110,84); }
div.DivClassName
{
background-color: #C76E54;
}
.BgClassName
{
background-color: #C76E54;
}
</style>
border-color css
<style>
span { border-color: #C76E54; }
span { border-color: rgb(199,110,84); }
td.TdClassName
{
border-color: #C76E54;
}
.TagClassName
{
border-color: #C76E54;
}
</style>