Shades of Japonica #C96B5D
Tints of Japonica #C96B5D
RGB
CMYK
RGB Variations
Color information
#C96B5D (or 0xC96B5D) is known color: Japonica. HEX triplet: C9, 6B and 5D. RGB value is (201,107,93). Sum of RGB (Red+Green+Blue) = 201+107+93=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B5D is #3694A2. Grayscale: #858585. Windows color (decimal): -3576995 or 6122441. OLE color: 6122441.
HSL color Cylindrical-coordinate representation of color #C96B5D: hue angle of 7.78º 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 #C96B5D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 93 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.21 |
| HSL | 7.78º | 0.5% | 0.58% | - |
| HSV(B) | 7.78º | 0.54% | 0.79% | - |
| XYZ | 31.32 | 23.72 | 13.28 | - |
| YUV | 133.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 93 | 0 | 0.47 | 0.54 | 0.21 | 7.78 | 0.5 | 0.58 |
| Hex | C9 | 6B | 5D | 0 | 2F | 36 | 15 | 8 | 32 | 3A |
| Octal | 311 | 153 | 135 | 0 | 57 | 66 | 25 | 10 | 62 | 72 |
| Binary | 11001001 | 1101011 | 1011101 | 0 | 101111 | 110110 | 10101 | 1000 | 110010 | 111010 |
Color Harmonies of #C96B5D
Complementary color
Monochromatic Colors of #C96B5D
Black with #C96B5D
Text Example
Text Example
White with #C96B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B5D; }
p { color: rgb(201,107,93); }
H1.HeaderClassName
{
color: #C96B5D;
}
.AnyTagClassName
{
color: #C96B5D;
}
</style>
background-color css
<style>
a { background-color: #C96B5D; }
a { background-color: rgb(201,107,93); }
div.DivClassName
{
background-color: #C96B5D;
}
.BgClassName
{
background-color: #C96B5D;
}
</style>
border-color css
<style>
span { border-color: #C96B5D; }
span { border-color: rgb(201,107,93); }
td.TdClassName
{
border-color: #C96B5D;
}
.TagClassName
{
border-color: #C96B5D;
}
</style>