Shades of Japonica #C67054
Tints of Japonica #C67054
RGB
CMYK
RGB Variations
Color information
#C67054 (or 0xC67054) is known color: Japonica. HEX triplet: C6, 70 and 54. RGB value is (198,112,84). Sum of RGB (Red+Green+Blue) = 198+112+84=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C67054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67054 is #398FAB. Grayscale: #868686. Windows color (decimal): -3772332 or 5533894. OLE color: 5533894.
HSL color Cylindrical-coordinate representation of color #C67054: hue angle of 14.74º 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 #C67054 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 84 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.22 |
| HSL | 14.74º | 0.5% | 0.55% | - |
| HSV(B) | 14.74º | 0.58% | 0.78% | - |
| XYZ | 30.68 | 24.23 | 11.45 | - |
| YUV | 134.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 84 | 0 | 0.43 | 0.58 | 0.22 | 14.74 | 0.5 | 0.55 |
| Hex | C6 | 70 | 54 | 0 | 2B | 3A | 16 | F | 32 | 37 |
| Octal | 306 | 160 | 124 | 0 | 53 | 72 | 26 | 17 | 62 | 67 |
| Binary | 11000110 | 1110000 | 1010100 | 0 | 101011 | 111010 | 10110 | 1111 | 110010 | 110111 |
Color Harmonies of #C67054
Complementary color
Monochromatic Colors of #C67054
Black with #C67054
Text Example
Text Example
White with #C67054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67054; }
p { color: rgb(198,112,84); }
H1.HeaderClassName
{
color: #C67054;
}
.AnyTagClassName
{
color: #C67054;
}
</style>
background-color css
<style>
a { background-color: #C67054; }
a { background-color: rgb(198,112,84); }
div.DivClassName
{
background-color: #C67054;
}
.BgClassName
{
background-color: #C67054;
}
</style>
border-color css
<style>
span { border-color: #C67054; }
span { border-color: rgb(198,112,84); }
td.TdClassName
{
border-color: #C67054;
}
.TagClassName
{
border-color: #C67054;
}
</style>