Shades of Japonica #C67053
Tints of Japonica #C67053
RGB
CMYK
RGB Variations
Color information
#C67053 (or 0xC67053) is known color: Japonica. HEX triplet: C6, 70 and 53. RGB value is (198,112,83). Sum of RGB (Red+Green+Blue) = 198+112+83=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C67053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67053 is #398FAC. Grayscale: #868686. Windows color (decimal): -3772333 or 5468358. OLE color: 5468358.
HSL color Cylindrical-coordinate representation of color #C67053: hue angle of 15.13º degrees, saturation: 0.5, 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 #C67053 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 83 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.22 |
| HSL | 15.13º | 0.5% | 0.55% | - |
| HSV(B) | 15.13º | 0.58% | 0.78% | - |
| XYZ | 30.64 | 24.22 | 11.24 | - |
| YUV | 134.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 83 | 0 | 0.43 | 0.58 | 0.22 | 15.13 | 0.5 | 0.55 |
| Hex | C6 | 70 | 53 | 0 | 2B | 3A | 16 | F | 32 | 37 |
| Octal | 306 | 160 | 123 | 0 | 53 | 72 | 26 | 17 | 62 | 67 |
| Binary | 11000110 | 1110000 | 1010011 | 0 | 101011 | 111010 | 10110 | 1111 | 110010 | 110111 |
Color Harmonies of #C67053
Complementary color
Monochromatic Colors of #C67053
Black with #C67053
Text Example
Text Example
White with #C67053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67053; }
p { color: rgb(198,112,83); }
H1.HeaderClassName
{
color: #C67053;
}
.AnyTagClassName
{
color: #C67053;
}
</style>
background-color css
<style>
a { background-color: #C67053; }
a { background-color: rgb(198,112,83); }
div.DivClassName
{
background-color: #C67053;
}
.BgClassName
{
background-color: #C67053;
}
</style>
border-color css
<style>
span { border-color: #C67053; }
span { border-color: rgb(198,112,83); }
td.TdClassName
{
border-color: #C67053;
}
.TagClassName
{
border-color: #C67053;
}
</style>