Shades of Japonica #C46C56
Tints of Japonica #C46C56
RGB
CMYK
RGB Variations
Color information
#C46C56 (or 0xC46C56) is known color: Japonica. HEX triplet: C4, 6C and 56. RGB value is (196,108,86). Sum of RGB (Red+Green+Blue) = 196+108+86=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C56 is #3B93A9. Grayscale: #838383. Windows color (decimal): -3904426 or 5663940. OLE color: 5663940.
HSL color Cylindrical-coordinate representation of color #C46C56: hue angle of 12º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46C56 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 86 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.23 |
| HSL | 12º | 0.48% | 0.55% | - |
| HSV(B) | 12º | 0.56% | 0.77% | - |
| XYZ | 29.81 | 23.13 | 11.7 | - |
| YUV | 131.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 86 | 0 | 0.45 | 0.56 | 0.23 | 12 | 0.48 | 0.55 |
| Hex | C4 | 6C | 56 | 0 | 2D | 38 | 17 | C | 30 | 37 |
| Octal | 304 | 154 | 126 | 0 | 55 | 70 | 27 | 14 | 60 | 67 |
| Binary | 11000100 | 1101100 | 1010110 | 0 | 101101 | 111000 | 10111 | 1100 | 110000 | 110111 |
Color Harmonies of #C46C56
Complementary color
Monochromatic Colors of #C46C56
Black with #C46C56
Text Example
Text Example
White with #C46C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C56; }
p { color: rgb(196,108,86); }
H1.HeaderClassName
{
color: #C46C56;
}
.AnyTagClassName
{
color: #C46C56;
}
</style>
background-color css
<style>
a { background-color: #C46C56; }
a { background-color: rgb(196,108,86); }
div.DivClassName
{
background-color: #C46C56;
}
.BgClassName
{
background-color: #C46C56;
}
</style>
border-color css
<style>
span { border-color: #C46C56; }
span { border-color: rgb(196,108,86); }
td.TdClassName
{
border-color: #C46C56;
}
.TagClassName
{
border-color: #C46C56;
}
</style>