Shades of Japonica #C47658
Tints of Japonica #C47658
RGB
CMYK
RGB Variations
Color information
#C47658 (or 0xC47658) is known color: Japonica. HEX triplet: C4, 76 and 58. RGB value is (196,118,88). Sum of RGB (Red+Green+Blue) = 196+118+88=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C47658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47658 is #3B89A7. Grayscale: #8A8A8A. Windows color (decimal): -3901864 or 5797572. OLE color: 5797572.
HSL color Cylindrical-coordinate representation of color #C47658: hue angle of 16.67º 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 #C47658 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 88 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.23 |
| HSL | 16.67º | 0.48% | 0.56% | - |
| HSV(B) | 16.67º | 0.55% | 0.77% | - |
| XYZ | 31 | 25.4 | 12.5 | - |
| YUV | 137.9 | 99.84 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 88 | 0 | 0.40 | 0.55 | 0.23 | 16.67 | 0.48 | 0.56 |
| Hex | C4 | 76 | 58 | 0 | 28 | 37 | 17 | 11 | 30 | 38 |
| Octal | 304 | 166 | 130 | 0 | 50 | 67 | 27 | 21 | 60 | 70 |
| Binary | 11000100 | 1110110 | 1011000 | 0 | 101000 | 110111 | 10111 | 10001 | 110000 | 111000 |
Color Harmonies of #C47658
Complementary color
Monochromatic Colors of #C47658
Black with #C47658
Text Example
Text Example
White with #C47658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47658; }
p { color: rgb(196,118,88); }
H1.HeaderClassName
{
color: #C47658;
}
.AnyTagClassName
{
color: #C47658;
}
</style>
background-color css
<style>
a { background-color: #C47658; }
a { background-color: rgb(196,118,88); }
div.DivClassName
{
background-color: #C47658;
}
.BgClassName
{
background-color: #C47658;
}
</style>
border-color css
<style>
span { border-color: #C47658; }
span { border-color: rgb(196,118,88); }
td.TdClassName
{
border-color: #C47658;
}
.TagClassName
{
border-color: #C47658;
}
</style>