Shades of Japonica #C5745A
Tints of Japonica #C5745A
RGB
CMYK
RGB Variations
Color information
#C5745A (or 0xC5745A) is known color: Japonica. HEX triplet: C5, 74 and 5A. RGB value is (197,116,90). Sum of RGB (Red+Green+Blue) = 197+116+90=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5745A is #3A8BA5. Grayscale: #898989. Windows color (decimal): -3836838 or 5928133. OLE color: 5928133.
HSL color Cylindrical-coordinate representation of color #C5745A: hue angle of 14.58º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5745A is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 90 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.23 |
| HSL | 14.58º | 0.48% | 0.56% | - |
| HSV(B) | 14.58º | 0.54% | 0.77% | - |
| XYZ | 31.12 | 25.1 | 12.88 | - |
| YUV | 137.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 90 | 0 | 0.41 | 0.54 | 0.23 | 14.58 | 0.48 | 0.56 |
| Hex | C5 | 74 | 5A | 0 | 29 | 36 | 17 | F | 30 | 38 |
| Octal | 305 | 164 | 132 | 0 | 51 | 66 | 27 | 17 | 60 | 70 |
| Binary | 11000101 | 1110100 | 1011010 | 0 | 101001 | 110110 | 10111 | 1111 | 110000 | 111000 |
Color Harmonies of #C5745A
Complementary color
Monochromatic Colors of #C5745A
Black with #C5745A
Text Example
Text Example
White with #C5745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5745A; }
p { color: rgb(197,116,90); }
H1.HeaderClassName
{
color: #C5745A;
}
.AnyTagClassName
{
color: #C5745A;
}
</style>
background-color css
<style>
a { background-color: #C5745A; }
a { background-color: rgb(197,116,90); }
div.DivClassName
{
background-color: #C5745A;
}
.BgClassName
{
background-color: #C5745A;
}
</style>
border-color css
<style>
span { border-color: #C5745A; }
span { border-color: rgb(197,116,90); }
td.TdClassName
{
border-color: #C5745A;
}
.TagClassName
{
border-color: #C5745A;
}
</style>