Shades of Japonica #C57255
Tints of Japonica #C57255
RGB
CMYK
RGB Variations
Color information
#C57255 (or 0xC57255) is known color: Japonica. HEX triplet: C5, 72 and 55. RGB value is (197,114,85). Sum of RGB (Red+Green+Blue) = 197+114+85=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57255 is #3A8DAA. Grayscale: #878787. Windows color (decimal): -3837355 or 5599941. OLE color: 5599941.
HSL color Cylindrical-coordinate representation of color #C57255: hue angle of 15.54º 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 #C57255 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 85 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.23 |
| HSL | 15.54º | 0.49% | 0.55% | - |
| HSV(B) | 15.54º | 0.57% | 0.77% | - |
| XYZ | 30.68 | 24.56 | 11.72 | - |
| YUV | 135.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 85 | 0 | 0.42 | 0.57 | 0.23 | 15.54 | 0.49 | 0.55 |
| Hex | C5 | 72 | 55 | 0 | 2A | 39 | 17 | 10 | 31 | 37 |
| Octal | 305 | 162 | 125 | 0 | 52 | 71 | 27 | 20 | 61 | 67 |
| Binary | 11000101 | 1110010 | 1010101 | 0 | 101010 | 111001 | 10111 | 10000 | 110001 | 110111 |
Color Harmonies of #C57255
Complementary color
Monochromatic Colors of #C57255
Black with #C57255
Text Example
Text Example
White with #C57255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57255; }
p { color: rgb(197,114,85); }
H1.HeaderClassName
{
color: #C57255;
}
.AnyTagClassName
{
color: #C57255;
}
</style>
background-color css
<style>
a { background-color: #C57255; }
a { background-color: rgb(197,114,85); }
div.DivClassName
{
background-color: #C57255;
}
.BgClassName
{
background-color: #C57255;
}
</style>
border-color css
<style>
span { border-color: #C57255; }
span { border-color: rgb(197,114,85); }
td.TdClassName
{
border-color: #C57255;
}
.TagClassName
{
border-color: #C57255;
}
</style>