Shades of Japonica #C57754
Tints of Japonica #C57754
RGB
CMYK
RGB Variations
Color information
#C57754 (or 0xC57754) is known color: Japonica. HEX triplet: C5, 77 and 54. RGB value is (197,119,84). Sum of RGB (Red+Green+Blue) = 197+119+84=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C57754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57754 is #3A88AB. Grayscale: #8A8A8A. Windows color (decimal): -3836076 or 5535685. OLE color: 5535685.
HSL color Cylindrical-coordinate representation of color #C57754: hue angle of 18.58º 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 #C57754 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 84 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.23 |
| HSL | 18.58º | 0.49% | 0.55% | - |
| HSV(B) | 18.58º | 0.57% | 0.77% | - |
| XYZ | 31.22 | 25.7 | 11.7 | - |
| YUV | 138.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 84 | 0 | 0.40 | 0.57 | 0.23 | 18.58 | 0.49 | 0.55 |
| Hex | C5 | 77 | 54 | 0 | 28 | 39 | 17 | 13 | 31 | 37 |
| Octal | 305 | 167 | 124 | 0 | 50 | 71 | 27 | 23 | 61 | 67 |
| Binary | 11000101 | 1110111 | 1010100 | 0 | 101000 | 111001 | 10111 | 10011 | 110001 | 110111 |
Color Harmonies of #C57754
Complementary color
Monochromatic Colors of #C57754
Black with #C57754
Text Example
Text Example
White with #C57754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57754; }
p { color: rgb(197,119,84); }
H1.HeaderClassName
{
color: #C57754;
}
.AnyTagClassName
{
color: #C57754;
}
</style>
background-color css
<style>
a { background-color: #C57754; }
a { background-color: rgb(197,119,84); }
div.DivClassName
{
background-color: #C57754;
}
.BgClassName
{
background-color: #C57754;
}
</style>
border-color css
<style>
span { border-color: #C57754; }
span { border-color: rgb(197,119,84); }
td.TdClassName
{
border-color: #C57754;
}
.TagClassName
{
border-color: #C57754;
}
</style>