Shades of Japonica #C6725B
Tints of Japonica #C6725B
RGB
CMYK
RGB Variations
Color information
#C6725B (or 0xC6725B) is known color: Japonica. HEX triplet: C6, 72 and 5B. RGB value is (198,114,91). Sum of RGB (Red+Green+Blue) = 198+114+91=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6725B is #398DA4. Grayscale: #888888. Windows color (decimal): -3771813 or 5993158. OLE color: 5993158.
HSL color Cylindrical-coordinate representation of color #C6725B: hue angle of 12.9º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6725B is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 91 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.22 |
| HSL | 12.9º | 0.48% | 0.57% | - |
| HSV(B) | 12.9º | 0.54% | 0.78% | - |
| XYZ | 31.19 | 24.8 | 13.04 | - |
| YUV | 136.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 91 | 0 | 0.42 | 0.54 | 0.22 | 12.9 | 0.48 | 0.57 |
| Hex | C6 | 72 | 5B | 0 | 2A | 36 | 16 | D | 30 | 39 |
| Octal | 306 | 162 | 133 | 0 | 52 | 66 | 26 | 15 | 60 | 71 |
| Binary | 11000110 | 1110010 | 1011011 | 0 | 101010 | 110110 | 10110 | 1101 | 110000 | 111001 |
Color Harmonies of #C6725B
Complementary color
Monochromatic Colors of #C6725B
Black with #C6725B
Text Example
Text Example
White with #C6725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6725B; }
p { color: rgb(198,114,91); }
H1.HeaderClassName
{
color: #C6725B;
}
.AnyTagClassName
{
color: #C6725B;
}
</style>
background-color css
<style>
a { background-color: #C6725B; }
a { background-color: rgb(198,114,91); }
div.DivClassName
{
background-color: #C6725B;
}
.BgClassName
{
background-color: #C6725B;
}
</style>
border-color css
<style>
span { border-color: #C6725B; }
span { border-color: rgb(198,114,91); }
td.TdClassName
{
border-color: #C6725B;
}
.TagClassName
{
border-color: #C6725B;
}
</style>