Shades of Japonica #C97354
Tints of Japonica #C97354
RGB
CMYK
RGB Variations
Color information
#C97354 (or 0xC97354) is known color: Japonica. HEX triplet: C9, 73 and 54. RGB value is (201,115,84). Sum of RGB (Red+Green+Blue) = 201+115+84=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C97354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97354 is #368CAB. Grayscale: #898989. Windows color (decimal): -3574956 or 5534665. OLE color: 5534665.
HSL color Cylindrical-coordinate representation of color #C97354: hue angle of 15.9º 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 #C97354 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 84 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.21 |
| HSL | 15.9º | 0.52% | 0.56% | - |
| HSV(B) | 15.9º | 0.58% | 0.79% | - |
| XYZ | 31.82 | 25.32 | 11.6 | - |
| YUV | 137.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 84 | 0 | 0.43 | 0.58 | 0.21 | 15.9 | 0.52 | 0.56 |
| Hex | C9 | 73 | 54 | 0 | 2B | 3A | 15 | 10 | 34 | 38 |
| Octal | 311 | 163 | 124 | 0 | 53 | 72 | 25 | 20 | 64 | 70 |
| Binary | 11001001 | 1110011 | 1010100 | 0 | 101011 | 111010 | 10101 | 10000 | 110100 | 111000 |
Color Harmonies of #C97354
Complementary color
Monochromatic Colors of #C97354
Black with #C97354
Text Example
Text Example
White with #C97354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97354; }
p { color: rgb(201,115,84); }
H1.HeaderClassName
{
color: #C97354;
}
.AnyTagClassName
{
color: #C97354;
}
</style>
background-color css
<style>
a { background-color: #C97354; }
a { background-color: rgb(201,115,84); }
div.DivClassName
{
background-color: #C97354;
}
.BgClassName
{
background-color: #C97354;
}
</style>
border-color css
<style>
span { border-color: #C97354; }
span { border-color: rgb(201,115,84); }
td.TdClassName
{
border-color: #C97354;
}
.TagClassName
{
border-color: #C97354;
}
</style>