Shades of Japonica #C96F5D
Tints of Japonica #C96F5D
RGB
CMYK
RGB Variations
Color information
#C96F5D (or 0xC96F5D) is known color: Japonica. HEX triplet: C9, 6F and 5D. RGB value is (201,111,93). Sum of RGB (Red+Green+Blue) = 201+111+93=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F5D is #3690A2. Grayscale: #888888. Windows color (decimal): -3575971 or 6123465. OLE color: 6123465.
HSL color Cylindrical-coordinate representation of color #C96F5D: hue angle of 10º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96F5D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 93 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.21 |
| HSL | 10º | 0.5% | 0.58% | - |
| HSV(B) | 10º | 0.54% | 0.79% | - |
| XYZ | 31.75 | 24.58 | 13.43 | - |
| YUV | 135.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 93 | 0 | 0.45 | 0.54 | 0.21 | 10 | 0.5 | 0.58 |
| Hex | C9 | 6F | 5D | 0 | 2D | 36 | 15 | A | 32 | 3A |
| Octal | 311 | 157 | 135 | 0 | 55 | 66 | 25 | 12 | 62 | 72 |
| Binary | 11001001 | 1101111 | 1011101 | 0 | 101101 | 110110 | 10101 | 1010 | 110010 | 111010 |
Color Harmonies of #C96F5D
Complementary color
Monochromatic Colors of #C96F5D
Black with #C96F5D
Text Example
Text Example
White with #C96F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F5D; }
p { color: rgb(201,111,93); }
H1.HeaderClassName
{
color: #C96F5D;
}
.AnyTagClassName
{
color: #C96F5D;
}
</style>
background-color css
<style>
a { background-color: #C96F5D; }
a { background-color: rgb(201,111,93); }
div.DivClassName
{
background-color: #C96F5D;
}
.BgClassName
{
background-color: #C96F5D;
}
</style>
border-color css
<style>
span { border-color: #C96F5D; }
span { border-color: rgb(201,111,93); }
td.TdClassName
{
border-color: #C96F5D;
}
.TagClassName
{
border-color: #C96F5D;
}
</style>