Shades of Japonica #C47554
Tints of Japonica #C47554
RGB
CMYK
RGB Variations
Color information
#C47554 (or 0xC47554) is known color: Japonica. HEX triplet: C4, 75 and 54. RGB value is (196,117,84). Sum of RGB (Red+Green+Blue) = 196+117+84=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47554 is #3B8AAB. Grayscale: #898989. Windows color (decimal): -3902124 or 5535172. OLE color: 5535172.
HSL color Cylindrical-coordinate representation of color #C47554: hue angle of 17.68º 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 #C47554 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 84 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.23 |
| HSL | 17.68º | 0.49% | 0.55% | - |
| HSV(B) | 17.68º | 0.57% | 0.77% | - |
| XYZ | 30.73 | 25.1 | 11.61 | - |
| YUV | 136.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 84 | 0 | 0.40 | 0.57 | 0.23 | 17.68 | 0.49 | 0.55 |
| Hex | C4 | 75 | 54 | 0 | 28 | 39 | 17 | 12 | 31 | 37 |
| Octal | 304 | 165 | 124 | 0 | 50 | 71 | 27 | 22 | 61 | 67 |
| Binary | 11000100 | 1110101 | 1010100 | 0 | 101000 | 111001 | 10111 | 10010 | 110001 | 110111 |
Color Harmonies of #C47554
Complementary color
Monochromatic Colors of #C47554
Black with #C47554
Text Example
Text Example
White with #C47554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47554; }
p { color: rgb(196,117,84); }
H1.HeaderClassName
{
color: #C47554;
}
.AnyTagClassName
{
color: #C47554;
}
</style>
background-color css
<style>
a { background-color: #C47554; }
a { background-color: rgb(196,117,84); }
div.DivClassName
{
background-color: #C47554;
}
.BgClassName
{
background-color: #C47554;
}
</style>
border-color css
<style>
span { border-color: #C47554; }
span { border-color: rgb(196,117,84); }
td.TdClassName
{
border-color: #C47554;
}
.TagClassName
{
border-color: #C47554;
}
</style>