Shades of Japonica #C96D5C
Tints of Japonica #C96D5C
RGB
CMYK
RGB Variations
Color information
#C96D5C (or 0xC96D5C) is known color: Japonica. HEX triplet: C9, 6D and 5C. RGB value is (201,109,92). Sum of RGB (Red+Green+Blue) = 201+109+92=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D5C is #3692A3. Grayscale: #868686. Windows color (decimal): -3576484 or 6057417. OLE color: 6057417.
HSL color Cylindrical-coordinate representation of color #C96D5C: hue angle of 9.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96D5C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 92 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.21 |
| HSL | 9.36º | 0.5% | 0.57% | - |
| HSV(B) | 9.36º | 0.54% | 0.79% | - |
| XYZ | 31.49 | 24.13 | 13.12 | - |
| YUV | 134.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 92 | 0 | 0.46 | 0.54 | 0.21 | 9.36 | 0.5 | 0.57 |
| Hex | C9 | 6D | 5C | 0 | 2E | 36 | 15 | 9 | 32 | 39 |
| Octal | 311 | 155 | 134 | 0 | 56 | 66 | 25 | 11 | 62 | 71 |
| Binary | 11001001 | 1101101 | 1011100 | 0 | 101110 | 110110 | 10101 | 1001 | 110010 | 111001 |
Color Harmonies of #C96D5C
Complementary color
Monochromatic Colors of #C96D5C
Black with #C96D5C
Text Example
Text Example
White with #C96D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D5C; }
p { color: rgb(201,109,92); }
H1.HeaderClassName
{
color: #C96D5C;
}
.AnyTagClassName
{
color: #C96D5C;
}
</style>
background-color css
<style>
a { background-color: #C96D5C; }
a { background-color: rgb(201,109,92); }
div.DivClassName
{
background-color: #C96D5C;
}
.BgClassName
{
background-color: #C96D5C;
}
</style>
border-color css
<style>
span { border-color: #C96D5C; }
span { border-color: rgb(201,109,92); }
td.TdClassName
{
border-color: #C96D5C;
}
.TagClassName
{
border-color: #C96D5C;
}
</style>