Shades of Japonica #C57454
Tints of Japonica #C57454
RGB
CMYK
RGB Variations
Color information
#C57454 (or 0xC57454) is known color: Japonica. HEX triplet: C5, 74 and 54. RGB value is (197,116,84). Sum of RGB (Red+Green+Blue) = 197+116+84=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C57454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57454 is #3A8BAB. Grayscale: #888888. Windows color (decimal): -3836844 or 5534917. OLE color: 5534917.
HSL color Cylindrical-coordinate representation of color #C57454: hue angle of 16.99º 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 #C57454 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 84 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.23 |
| HSL | 16.99º | 0.49% | 0.55% | - |
| HSV(B) | 16.99º | 0.57% | 0.77% | - |
| XYZ | 30.87 | 25 | 11.59 | - |
| YUV | 136.57 | 98.34 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 84 | 0 | 0.41 | 0.57 | 0.23 | 16.99 | 0.49 | 0.55 |
| Hex | C5 | 74 | 54 | 0 | 29 | 39 | 17 | 11 | 31 | 37 |
| Octal | 305 | 164 | 124 | 0 | 51 | 71 | 27 | 21 | 61 | 67 |
| Binary | 11000101 | 1110100 | 1010100 | 0 | 101001 | 111001 | 10111 | 10001 | 110001 | 110111 |
Color Harmonies of #C57454
Complementary color
Monochromatic Colors of #C57454
Black with #C57454
Text Example
Text Example
White with #C57454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57454; }
p { color: rgb(197,116,84); }
H1.HeaderClassName
{
color: #C57454;
}
.AnyTagClassName
{
color: #C57454;
}
</style>
background-color css
<style>
a { background-color: #C57454; }
a { background-color: rgb(197,116,84); }
div.DivClassName
{
background-color: #C57454;
}
.BgClassName
{
background-color: #C57454;
}
</style>
border-color css
<style>
span { border-color: #C57454; }
span { border-color: rgb(197,116,84); }
td.TdClassName
{
border-color: #C57454;
}
.TagClassName
{
border-color: #C57454;
}
</style>