Shades of Japonica #C76D55
Tints of Japonica #C76D55
RGB
CMYK
RGB Variations
Color information
#C76D55 (or 0xC76D55) is known color: Japonica. HEX triplet: C7, 6D and 55. RGB value is (199,109,85). Sum of RGB (Red+Green+Blue) = 199+109+85=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D55 is #3892AA. Grayscale: #858585. Windows color (decimal): -3707563 or 5598663. OLE color: 5598663.
HSL color Cylindrical-coordinate representation of color #C76D55: hue angle of 12.63º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C76D55 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 85 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.22 |
| HSL | 12.63º | 0.5% | 0.56% | - |
| HSV(B) | 12.63º | 0.57% | 0.78% | - |
| XYZ | 30.66 | 23.74 | 11.56 | - |
| YUV | 133.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 85 | 0 | 0.45 | 0.57 | 0.22 | 12.63 | 0.5 | 0.56 |
| Hex | C7 | 6D | 55 | 0 | 2D | 39 | 16 | D | 32 | 38 |
| Octal | 307 | 155 | 125 | 0 | 55 | 71 | 26 | 15 | 62 | 70 |
| Binary | 11000111 | 1101101 | 1010101 | 0 | 101101 | 111001 | 10110 | 1101 | 110010 | 111000 |
Color Harmonies of #C76D55
Complementary color
Monochromatic Colors of #C76D55
Black with #C76D55
Text Example
Text Example
White with #C76D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D55; }
p { color: rgb(199,109,85); }
H1.HeaderClassName
{
color: #C76D55;
}
.AnyTagClassName
{
color: #C76D55;
}
</style>
background-color css
<style>
a { background-color: #C76D55; }
a { background-color: rgb(199,109,85); }
div.DivClassName
{
background-color: #C76D55;
}
.BgClassName
{
background-color: #C76D55;
}
</style>
border-color css
<style>
span { border-color: #C76D55; }
span { border-color: rgb(199,109,85); }
td.TdClassName
{
border-color: #C76D55;
}
.TagClassName
{
border-color: #C76D55;
}
</style>