Shades of Japonica #C97854
Tints of Japonica #C97854
RGB
CMYK
RGB Variations
Color information
#C97854 (or 0xC97854) is known color: Japonica. HEX triplet: C9, 78 and 54. RGB value is (201,120,84). Sum of RGB (Red+Green+Blue) = 201+120+84=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C97854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97854 is #3687AB. Grayscale: #8C8C8C. Windows color (decimal): -3573676 or 5535945. OLE color: 5535945.
HSL color Cylindrical-coordinate representation of color #C97854: hue angle of 18.46º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C97854 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 84 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.21 |
| HSL | 18.46º | 0.52% | 0.56% | - |
| HSV(B) | 18.46º | 0.58% | 0.79% | - |
| XYZ | 32.4 | 26.49 | 11.79 | - |
| YUV | 140.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 84 | 0 | 0.40 | 0.58 | 0.21 | 18.46 | 0.52 | 0.56 |
| Hex | C9 | 78 | 54 | 0 | 28 | 3A | 15 | 12 | 34 | 38 |
| Octal | 311 | 170 | 124 | 0 | 50 | 72 | 25 | 22 | 64 | 70 |
| Binary | 11001001 | 1111000 | 1010100 | 0 | 101000 | 111010 | 10101 | 10010 | 110100 | 111000 |
Color Harmonies of #C97854
Complementary color
Monochromatic Colors of #C97854
Black with #C97854
Text Example
Text Example
White with #C97854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97854; }
p { color: rgb(201,120,84); }
H1.HeaderClassName
{
color: #C97854;
}
.AnyTagClassName
{
color: #C97854;
}
</style>
background-color css
<style>
a { background-color: #C97854; }
a { background-color: rgb(201,120,84); }
div.DivClassName
{
background-color: #C97854;
}
.BgClassName
{
background-color: #C97854;
}
</style>
border-color css
<style>
span { border-color: #C97854; }
span { border-color: rgb(201,120,84); }
td.TdClassName
{
border-color: #C97854;
}
.TagClassName
{
border-color: #C97854;
}
</style>