Shades of Japonica #C57654
Tints of Japonica #C57654
RGB
CMYK
RGB Variations
Color information
#C57654 (or 0xC57654) is known color: Japonica. HEX triplet: C5, 76 and 54. RGB value is (197,118,84). Sum of RGB (Red+Green+Blue) = 197+118+84=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C57654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57654 is #3A89AB. Grayscale: #898989. Windows color (decimal): -3836332 or 5535429. OLE color: 5535429.
HSL color Cylindrical-coordinate representation of color #C57654: hue angle of 18.05º 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 #C57654 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 84 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.23 |
| HSL | 18.05º | 0.49% | 0.55% | - |
| HSV(B) | 18.05º | 0.57% | 0.77% | - |
| XYZ | 31.1 | 25.47 | 11.66 | - |
| YUV | 137.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 84 | 0 | 0.40 | 0.57 | 0.23 | 18.05 | 0.49 | 0.55 |
| Hex | C5 | 76 | 54 | 0 | 28 | 39 | 17 | 12 | 31 | 37 |
| Octal | 305 | 166 | 124 | 0 | 50 | 71 | 27 | 22 | 61 | 67 |
| Binary | 11000101 | 1110110 | 1010100 | 0 | 101000 | 111001 | 10111 | 10010 | 110001 | 110111 |
Color Harmonies of #C57654
Complementary color
Monochromatic Colors of #C57654
Black with #C57654
Text Example
Text Example
White with #C57654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57654; }
p { color: rgb(197,118,84); }
H1.HeaderClassName
{
color: #C57654;
}
.AnyTagClassName
{
color: #C57654;
}
</style>
background-color css
<style>
a { background-color: #C57654; }
a { background-color: rgb(197,118,84); }
div.DivClassName
{
background-color: #C57654;
}
.BgClassName
{
background-color: #C57654;
}
</style>
border-color css
<style>
span { border-color: #C57654; }
span { border-color: rgb(197,118,84); }
td.TdClassName
{
border-color: #C57654;
}
.TagClassName
{
border-color: #C57654;
}
</style>