Shades of Japonica #C96D5B
Tints of Japonica #C96D5B
RGB
CMYK
RGB Variations
Color information
#C96D5B (or 0xC96D5B) is known color: Japonica. HEX triplet: C9, 6D and 5B. RGB value is (201,109,91). Sum of RGB (Red+Green+Blue) = 201+109+91=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D5B is #3692A4. Grayscale: #868686. Windows color (decimal): -3576485 or 5991881. OLE color: 5991881.
HSL color Cylindrical-coordinate representation of color #C96D5B: hue angle of 9.82º 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 #C96D5B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 91 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.21 |
| HSL | 9.82º | 0.5% | 0.57% | - |
| HSV(B) | 9.82º | 0.55% | 0.79% | - |
| XYZ | 31.44 | 24.11 | 12.89 | - |
| YUV | 134.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 91 | 0 | 0.46 | 0.55 | 0.21 | 9.82 | 0.5 | 0.57 |
| Hex | C9 | 6D | 5B | 0 | 2E | 37 | 15 | A | 32 | 39 |
| Octal | 311 | 155 | 133 | 0 | 56 | 67 | 25 | 12 | 62 | 71 |
| Binary | 11001001 | 1101101 | 1011011 | 0 | 101110 | 110111 | 10101 | 1010 | 110010 | 111001 |
Color Harmonies of #C96D5B
Complementary color
Monochromatic Colors of #C96D5B
Black with #C96D5B
Text Example
Text Example
White with #C96D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D5B; }
p { color: rgb(201,109,91); }
H1.HeaderClassName
{
color: #C96D5B;
}
.AnyTagClassName
{
color: #C96D5B;
}
</style>
background-color css
<style>
a { background-color: #C96D5B; }
a { background-color: rgb(201,109,91); }
div.DivClassName
{
background-color: #C96D5B;
}
.BgClassName
{
background-color: #C96D5B;
}
</style>
border-color css
<style>
span { border-color: #C96D5B; }
span { border-color: rgb(201,109,91); }
td.TdClassName
{
border-color: #C96D5B;
}
.TagClassName
{
border-color: #C96D5B;
}
</style>