Shades of Japonica #C97153
Tints of Japonica #C97153
RGB
CMYK
RGB Variations
Color information
#C97153 (or 0xC97153) is known color: Japonica. HEX triplet: C9, 71 and 53. RGB value is (201,113,83). Sum of RGB (Red+Green+Blue) = 201+113+83=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C97153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97153 is #368EAC. Grayscale: #888888. Windows color (decimal): -3575469 or 5468617. OLE color: 5468617.
HSL color Cylindrical-coordinate representation of color #C97153: hue angle of 15.25º 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 #C97153 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 83 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.21 |
| HSL | 15.25º | 0.52% | 0.56% | - |
| HSV(B) | 15.25º | 0.59% | 0.79% | - |
| XYZ | 31.55 | 24.85 | 11.32 | - |
| YUV | 135.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 83 | 0 | 0.44 | 0.59 | 0.21 | 15.25 | 0.52 | 0.56 |
| Hex | C9 | 71 | 53 | 0 | 2C | 3B | 15 | F | 34 | 38 |
| Octal | 311 | 161 | 123 | 0 | 54 | 73 | 25 | 17 | 64 | 70 |
| Binary | 11001001 | 1110001 | 1010011 | 0 | 101100 | 111011 | 10101 | 1111 | 110100 | 111000 |
Color Harmonies of #C97153
Complementary color
Monochromatic Colors of #C97153
Black with #C97153
Text Example
Text Example
White with #C97153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97153; }
p { color: rgb(201,113,83); }
H1.HeaderClassName
{
color: #C97153;
}
.AnyTagClassName
{
color: #C97153;
}
</style>
background-color css
<style>
a { background-color: #C97153; }
a { background-color: rgb(201,113,83); }
div.DivClassName
{
background-color: #C97153;
}
.BgClassName
{
background-color: #C97153;
}
</style>
border-color css
<style>
span { border-color: #C97153; }
span { border-color: rgb(201,113,83); }
td.TdClassName
{
border-color: #C97153;
}
.TagClassName
{
border-color: #C97153;
}
</style>