Shades of Japonica #C47454
Tints of Japonica #C47454
RGB
CMYK
RGB Variations
Color information
#C47454 (or 0xC47454) is known color: Japonica. HEX triplet: C4, 74 and 54. RGB value is (196,116,84). Sum of RGB (Red+Green+Blue) = 196+116+84=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47454 is #3B8BAB. Grayscale: #888888. Windows color (decimal): -3902380 or 5534916. OLE color: 5534916.
HSL color Cylindrical-coordinate representation of color #C47454: hue angle of 17.14º 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 #C47454 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 84 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.23 |
| HSL | 17.14º | 0.49% | 0.55% | - |
| HSV(B) | 17.14º | 0.57% | 0.77% | - |
| XYZ | 30.61 | 24.87 | 11.57 | - |
| YUV | 136.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 84 | 0 | 0.41 | 0.57 | 0.23 | 17.14 | 0.49 | 0.55 |
| Hex | C4 | 74 | 54 | 0 | 29 | 39 | 17 | 11 | 31 | 37 |
| Octal | 304 | 164 | 124 | 0 | 51 | 71 | 27 | 21 | 61 | 67 |
| Binary | 11000100 | 1110100 | 1010100 | 0 | 101001 | 111001 | 10111 | 10001 | 110001 | 110111 |
Color Harmonies of #C47454
Complementary color
Monochromatic Colors of #C47454
Black with #C47454
Text Example
Text Example
White with #C47454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47454; }
p { color: rgb(196,116,84); }
H1.HeaderClassName
{
color: #C47454;
}
.AnyTagClassName
{
color: #C47454;
}
</style>
background-color css
<style>
a { background-color: #C47454; }
a { background-color: rgb(196,116,84); }
div.DivClassName
{
background-color: #C47454;
}
.BgClassName
{
background-color: #C47454;
}
</style>
border-color css
<style>
span { border-color: #C47454; }
span { border-color: rgb(196,116,84); }
td.TdClassName
{
border-color: #C47454;
}
.TagClassName
{
border-color: #C47454;
}
</style>