Shades of Japonica #C96E5F
Tints of Japonica #C96E5F
RGB
CMYK
RGB Variations
Color information
#C96E5F (or 0xC96E5F) is known color: Japonica. HEX triplet: C9, 6E and 5F. RGB value is (201,110,95). Sum of RGB (Red+Green+Blue) = 201+110+95=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E5F is #3691A0. Grayscale: #878787. Windows color (decimal): -3576225 or 6254281. OLE color: 6254281.
HSL color Cylindrical-coordinate representation of color #C96E5F: hue angle of 8.49º 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 #C96E5F is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 95 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.21 |
| HSL | 8.49º | 0.5% | 0.58% | - |
| HSV(B) | 8.49º | 0.53% | 0.79% | - |
| XYZ | 31.73 | 24.4 | 13.86 | - |
| YUV | 135.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 95 | 0 | 0.45 | 0.53 | 0.21 | 8.49 | 0.5 | 0.58 |
| Hex | C9 | 6E | 5F | 0 | 2D | 35 | 15 | 8 | 32 | 3A |
| Octal | 311 | 156 | 137 | 0 | 55 | 65 | 25 | 10 | 62 | 72 |
| Binary | 11001001 | 1101110 | 1011111 | 0 | 101101 | 110101 | 10101 | 1000 | 110010 | 111010 |
Color Harmonies of #C96E5F
Complementary color
Monochromatic Colors of #C96E5F
Black with #C96E5F
Text Example
Text Example
White with #C96E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E5F; }
p { color: rgb(201,110,95); }
H1.HeaderClassName
{
color: #C96E5F;
}
.AnyTagClassName
{
color: #C96E5F;
}
</style>
background-color css
<style>
a { background-color: #C96E5F; }
a { background-color: rgb(201,110,95); }
div.DivClassName
{
background-color: #C96E5F;
}
.BgClassName
{
background-color: #C96E5F;
}
</style>
border-color css
<style>
span { border-color: #C96E5F; }
span { border-color: rgb(201,110,95); }
td.TdClassName
{
border-color: #C96E5F;
}
.TagClassName
{
border-color: #C96E5F;
}
</style>