Shades of Japonica #C9715E
Tints of Japonica #C9715E
RGB
CMYK
RGB Variations
Color information
#C9715E (or 0xC9715E) is known color: Japonica. HEX triplet: C9, 71 and 5E. RGB value is (201,113,94). Sum of RGB (Red+Green+Blue) = 201+113+94=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9715E is #368EA1. Grayscale: #898989. Windows color (decimal): -3575458 or 6189513. OLE color: 6189513.
HSL color Cylindrical-coordinate representation of color #C9715E: hue angle of 10.65º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9715E is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 94 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.21 |
| HSL | 10.65º | 0.5% | 0.58% | - |
| HSV(B) | 10.65º | 0.53% | 0.79% | - |
| XYZ | 32.01 | 25.04 | 13.73 | - |
| YUV | 137.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 94 | 0 | 0.44 | 0.53 | 0.21 | 10.65 | 0.5 | 0.58 |
| Hex | C9 | 71 | 5E | 0 | 2C | 35 | 15 | B | 32 | 3A |
| Octal | 311 | 161 | 136 | 0 | 54 | 65 | 25 | 13 | 62 | 72 |
| Binary | 11001001 | 1110001 | 1011110 | 0 | 101100 | 110101 | 10101 | 1011 | 110010 | 111010 |
Color Harmonies of #C9715E
Complementary color
Monochromatic Colors of #C9715E
Black with #C9715E
Text Example
Text Example
White with #C9715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9715E; }
p { color: rgb(201,113,94); }
H1.HeaderClassName
{
color: #C9715E;
}
.AnyTagClassName
{
color: #C9715E;
}
</style>
background-color css
<style>
a { background-color: #C9715E; }
a { background-color: rgb(201,113,94); }
div.DivClassName
{
background-color: #C9715E;
}
.BgClassName
{
background-color: #C9715E;
}
</style>
border-color css
<style>
span { border-color: #C9715E; }
span { border-color: rgb(201,113,94); }
td.TdClassName
{
border-color: #C9715E;
}
.TagClassName
{
border-color: #C9715E;
}
</style>