Shades of Japonica #C47A58
Tints of Japonica #C47A58
RGB
CMYK
RGB Variations
Color information
#C47A58 (or 0xC47A58) is known color: Japonica. HEX triplet: C4, 7A and 58. RGB value is (196,122,88). Sum of RGB (Red+Green+Blue) = 196+122+88=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A58 is #3B85A7. Grayscale: #8C8C8C. Windows color (decimal): -3900840 or 5798596. OLE color: 5798596.
HSL color Cylindrical-coordinate representation of color #C47A58: hue angle of 18.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C47A58 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 88 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.23 |
| HSL | 18.89º | 0.48% | 0.56% | - |
| HSV(B) | 18.89º | 0.55% | 0.77% | - |
| XYZ | 31.49 | 26.36 | 12.66 | - |
| YUV | 140.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 88 | 0 | 0.38 | 0.55 | 0.23 | 18.89 | 0.48 | 0.56 |
| Hex | C4 | 7A | 58 | 0 | 26 | 37 | 17 | 13 | 30 | 38 |
| Octal | 304 | 172 | 130 | 0 | 46 | 67 | 27 | 23 | 60 | 70 |
| Binary | 11000100 | 1111010 | 1011000 | 0 | 100110 | 110111 | 10111 | 10011 | 110000 | 111000 |
Color Harmonies of #C47A58
Complementary color
Monochromatic Colors of #C47A58
Black with #C47A58
Text Example
Text Example
White with #C47A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A58; }
p { color: rgb(196,122,88); }
H1.HeaderClassName
{
color: #C47A58;
}
.AnyTagClassName
{
color: #C47A58;
}
</style>
background-color css
<style>
a { background-color: #C47A58; }
a { background-color: rgb(196,122,88); }
div.DivClassName
{
background-color: #C47A58;
}
.BgClassName
{
background-color: #C47A58;
}
</style>
border-color css
<style>
span { border-color: #C47A58; }
span { border-color: rgb(196,122,88); }
td.TdClassName
{
border-color: #C47A58;
}
.TagClassName
{
border-color: #C47A58;
}
</style>