Shades of Japonica #C6715F
Tints of Japonica #C6715F
RGB
CMYK
RGB Variations
Color information
#C6715F (or 0xC6715F) is known color: Japonica. HEX triplet: C6, 71 and 5F. RGB value is (198,113,95). Sum of RGB (Red+Green+Blue) = 198+113+95=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6715F is #398EA0. Grayscale: #888888. Windows color (decimal): -3772065 or 6255046. OLE color: 6255046.
HSL color Cylindrical-coordinate representation of color #C6715F: hue angle of 10.49º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6715F is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 95 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.22 |
| HSL | 10.49º | 0.47% | 0.57% | - |
| HSV(B) | 10.49º | 0.52% | 0.78% | - |
| XYZ | 31.26 | 24.64 | 13.94 | - |
| YUV | 136.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 95 | 0 | 0.43 | 0.52 | 0.22 | 10.49 | 0.47 | 0.57 |
| Hex | C6 | 71 | 5F | 0 | 2B | 34 | 16 | A | 2F | 39 |
| Octal | 306 | 161 | 137 | 0 | 53 | 64 | 26 | 12 | 57 | 71 |
| Binary | 11000110 | 1110001 | 1011111 | 0 | 101011 | 110100 | 10110 | 1010 | 101111 | 111001 |
Color Harmonies of #C6715F
Complementary color
Monochromatic Colors of #C6715F
Black with #C6715F
Text Example
Text Example
White with #C6715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6715F; }
p { color: rgb(198,113,95); }
H1.HeaderClassName
{
color: #C6715F;
}
.AnyTagClassName
{
color: #C6715F;
}
</style>
background-color css
<style>
a { background-color: #C6715F; }
a { background-color: rgb(198,113,95); }
div.DivClassName
{
background-color: #C6715F;
}
.BgClassName
{
background-color: #C6715F;
}
</style>
border-color css
<style>
span { border-color: #C6715F; }
span { border-color: rgb(198,113,95); }
td.TdClassName
{
border-color: #C6715F;
}
.TagClassName
{
border-color: #C6715F;
}
</style>