Shades of Japonica #C97453
Tints of Japonica #C97453
RGB
CMYK
RGB Variations
Color information
#C97453 (or 0xC97453) is known color: Japonica. HEX triplet: C9, 74 and 53. RGB value is (201,116,83). Sum of RGB (Red+Green+Blue) = 201+116+83=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C97453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97453 is #368BAC. Grayscale: #898989. Windows color (decimal): -3574701 or 5469385. OLE color: 5469385.
HSL color Cylindrical-coordinate representation of color #C97453: hue angle of 16.78º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C97453 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 83 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.21 |
| HSL | 16.78º | 0.52% | 0.56% | - |
| HSV(B) | 16.78º | 0.59% | 0.79% | - |
| XYZ | 31.89 | 25.53 | 11.43 | - |
| YUV | 137.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 83 | 0 | 0.42 | 0.59 | 0.21 | 16.78 | 0.52 | 0.56 |
| Hex | C9 | 74 | 53 | 0 | 2A | 3B | 15 | 11 | 34 | 38 |
| Octal | 311 | 164 | 123 | 0 | 52 | 73 | 25 | 21 | 64 | 70 |
| Binary | 11001001 | 1110100 | 1010011 | 0 | 101010 | 111011 | 10101 | 10001 | 110100 | 111000 |
Color Harmonies of #C97453
Complementary color
Monochromatic Colors of #C97453
Black with #C97453
Text Example
Text Example
White with #C97453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97453; }
p { color: rgb(201,116,83); }
H1.HeaderClassName
{
color: #C97453;
}
.AnyTagClassName
{
color: #C97453;
}
</style>
background-color css
<style>
a { background-color: #C97453; }
a { background-color: rgb(201,116,83); }
div.DivClassName
{
background-color: #C97453;
}
.BgClassName
{
background-color: #C97453;
}
</style>
border-color css
<style>
span { border-color: #C97453; }
span { border-color: rgb(201,116,83); }
td.TdClassName
{
border-color: #C97453;
}
.TagClassName
{
border-color: #C97453;
}
</style>