Shades of Japonica #C9715B
Tints of Japonica #C9715B
RGB
CMYK
RGB Variations
Color information
#C9715B (or 0xC9715B) is known color: Japonica. HEX triplet: C9, 71 and 5B. RGB value is (201,113,91). Sum of RGB (Red+Green+Blue) = 201+113+91=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9715B is #368EA4. Grayscale: #888888. Windows color (decimal): -3575461 or 5992905. OLE color: 5992905.
HSL color Cylindrical-coordinate representation of color #C9715B: hue angle of 12º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9715B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 91 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.21 |
| HSL | 12º | 0.5% | 0.57% | - |
| HSV(B) | 12º | 0.55% | 0.79% | - |
| XYZ | 31.88 | 24.98 | 13.04 | - |
| YUV | 136.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 91 | 0 | 0.44 | 0.55 | 0.21 | 12 | 0.5 | 0.57 |
| Hex | C9 | 71 | 5B | 0 | 2C | 37 | 15 | C | 32 | 39 |
| Octal | 311 | 161 | 133 | 0 | 54 | 67 | 25 | 14 | 62 | 71 |
| Binary | 11001001 | 1110001 | 1011011 | 0 | 101100 | 110111 | 10101 | 1100 | 110010 | 111001 |
Color Harmonies of #C9715B
Complementary color
Monochromatic Colors of #C9715B
Black with #C9715B
Text Example
Text Example
White with #C9715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9715B; }
p { color: rgb(201,113,91); }
H1.HeaderClassName
{
color: #C9715B;
}
.AnyTagClassName
{
color: #C9715B;
}
</style>
background-color css
<style>
a { background-color: #C9715B; }
a { background-color: rgb(201,113,91); }
div.DivClassName
{
background-color: #C9715B;
}
.BgClassName
{
background-color: #C9715B;
}
</style>
border-color css
<style>
span { border-color: #C9715B; }
span { border-color: rgb(201,113,91); }
td.TdClassName
{
border-color: #C9715B;
}
.TagClassName
{
border-color: #C9715B;
}
</style>