Shades of Japonica #C46C54
Tints of Japonica #C46C54
RGB
CMYK
RGB Variations
Color information
#C46C54 (or 0xC46C54) is known color: Japonica. HEX triplet: C4, 6C and 54. RGB value is (196,108,84). Sum of RGB (Red+Green+Blue) = 196+108+84=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C54 is #3B93AB. Grayscale: #838383. Windows color (decimal): -3904428 or 5532868. OLE color: 5532868.
HSL color Cylindrical-coordinate representation of color #C46C54: hue angle of 12.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C46C54 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 84 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.23 |
| HSL | 12.86º | 0.49% | 0.55% | - |
| HSV(B) | 12.86º | 0.57% | 0.77% | - |
| XYZ | 29.73 | 23.1 | 11.28 | - |
| YUV | 131.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 84 | 0 | 0.45 | 0.57 | 0.23 | 12.86 | 0.49 | 0.55 |
| Hex | C4 | 6C | 54 | 0 | 2D | 39 | 17 | D | 31 | 37 |
| Octal | 304 | 154 | 124 | 0 | 55 | 71 | 27 | 15 | 61 | 67 |
| Binary | 11000100 | 1101100 | 1010100 | 0 | 101101 | 111001 | 10111 | 1101 | 110001 | 110111 |
Color Harmonies of #C46C54
Complementary color
Monochromatic Colors of #C46C54
Black with #C46C54
Text Example
Text Example
White with #C46C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C54; }
p { color: rgb(196,108,84); }
H1.HeaderClassName
{
color: #C46C54;
}
.AnyTagClassName
{
color: #C46C54;
}
</style>
background-color css
<style>
a { background-color: #C46C54; }
a { background-color: rgb(196,108,84); }
div.DivClassName
{
background-color: #C46C54;
}
.BgClassName
{
background-color: #C46C54;
}
</style>
border-color css
<style>
span { border-color: #C46C54; }
span { border-color: rgb(196,108,84); }
td.TdClassName
{
border-color: #C46C54;
}
.TagClassName
{
border-color: #C46C54;
}
</style>