Shades of Japonica #C67360
Tints of Japonica #C67360
RGB
CMYK
RGB Variations
Color information
#C67360 (or 0xC67360) is known color: Japonica. HEX triplet: C6, 73 and 60. RGB value is (198,115,96). Sum of RGB (Red+Green+Blue) = 198+115+96=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C67360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67360 is #398C9F. Grayscale: #898989. Windows color (decimal): -3771552 or 6321094. OLE color: 6321094.
HSL color Cylindrical-coordinate representation of color #C67360: hue angle of 11.18º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C67360 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 96 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.22 |
| HSL | 11.18º | 0.47% | 0.58% | - |
| HSV(B) | 11.18º | 0.52% | 0.78% | - |
| XYZ | 31.53 | 25.11 | 14.25 | - |
| YUV | 137.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 96 | 0 | 0.42 | 0.52 | 0.22 | 11.18 | 0.47 | 0.58 |
| Hex | C6 | 73 | 60 | 0 | 2A | 34 | 16 | B | 2F | 3A |
| Octal | 306 | 163 | 140 | 0 | 52 | 64 | 26 | 13 | 57 | 72 |
| Binary | 11000110 | 1110011 | 1100000 | 0 | 101010 | 110100 | 10110 | 1011 | 101111 | 111010 |
Color Harmonies of #C67360
Complementary color
Monochromatic Colors of #C67360
Black with #C67360
Text Example
Text Example
White with #C67360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67360; }
p { color: rgb(198,115,96); }
H1.HeaderClassName
{
color: #C67360;
}
.AnyTagClassName
{
color: #C67360;
}
</style>
background-color css
<style>
a { background-color: #C67360; }
a { background-color: rgb(198,115,96); }
div.DivClassName
{
background-color: #C67360;
}
.BgClassName
{
background-color: #C67360;
}
</style>
border-color css
<style>
span { border-color: #C67360; }
span { border-color: rgb(198,115,96); }
td.TdClassName
{
border-color: #C67360;
}
.TagClassName
{
border-color: #C67360;
}
</style>