Shades of Japonica #C76F53
Tints of Japonica #C76F53
RGB
CMYK
RGB Variations
Color information
#C76F53 (or 0xC76F53) is known color: Japonica. HEX triplet: C7, 6F and 53. RGB value is (199,111,83). Sum of RGB (Red+Green+Blue) = 199+111+83=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F53 is #3890AC. Grayscale: #868686. Windows color (decimal): -3707053 or 5468103. OLE color: 5468103.
HSL color Cylindrical-coordinate representation of color #C76F53: hue angle of 14.48º 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 #C76F53 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 83 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.22 |
| HSL | 14.48º | 0.51% | 0.55% | - |
| HSV(B) | 14.48º | 0.58% | 0.78% | - |
| XYZ | 30.8 | 24.14 | 11.22 | - |
| YUV | 134.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 83 | 0 | 0.44 | 0.58 | 0.22 | 14.48 | 0.51 | 0.55 |
| Hex | C7 | 6F | 53 | 0 | 2C | 3A | 16 | E | 33 | 37 |
| Octal | 307 | 157 | 123 | 0 | 54 | 72 | 26 | 16 | 63 | 67 |
| Binary | 11000111 | 1101111 | 1010011 | 0 | 101100 | 111010 | 10110 | 1110 | 110011 | 110111 |
Color Harmonies of #C76F53
Complementary color
Monochromatic Colors of #C76F53
Black with #C76F53
Text Example
Text Example
White with #C76F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F53; }
p { color: rgb(199,111,83); }
H1.HeaderClassName
{
color: #C76F53;
}
.AnyTagClassName
{
color: #C76F53;
}
</style>
background-color css
<style>
a { background-color: #C76F53; }
a { background-color: rgb(199,111,83); }
div.DivClassName
{
background-color: #C76F53;
}
.BgClassName
{
background-color: #C76F53;
}
</style>
border-color css
<style>
span { border-color: #C76F53; }
span { border-color: rgb(199,111,83); }
td.TdClassName
{
border-color: #C76F53;
}
.TagClassName
{
border-color: #C76F53;
}
</style>