Shades of Japonica #C97760
Tints of Japonica #C97760
RGB
CMYK
RGB Variations
Color information
#C97760 (or 0xC97760) is known color: Japonica. HEX triplet: C9, 77 and 60. RGB value is (201,119,96). Sum of RGB (Red+Green+Blue) = 201+119+96=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C97760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97760 is #36889F. Grayscale: #8D8D8D. Windows color (decimal): -3573920 or 6322121. OLE color: 6322121.
HSL color Cylindrical-coordinate representation of color #C97760: hue angle of 13.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C97760 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 96 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.21 |
| HSL | 13.14º | 0.49% | 0.58% | - |
| HSV(B) | 13.14º | 0.52% | 0.79% | - |
| XYZ | 32.8 | 26.46 | 14.44 | - |
| YUV | 140.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 96 | 0 | 0.41 | 0.52 | 0.21 | 13.14 | 0.49 | 0.58 |
| Hex | C9 | 77 | 60 | 0 | 29 | 34 | 15 | D | 31 | 3A |
| Octal | 311 | 167 | 140 | 0 | 51 | 64 | 25 | 15 | 61 | 72 |
| Binary | 11001001 | 1110111 | 1100000 | 0 | 101001 | 110100 | 10101 | 1101 | 110001 | 111010 |
Color Harmonies of #C97760
Complementary color
Monochromatic Colors of #C97760
Black with #C97760
Text Example
Text Example
White with #C97760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97760; }
p { color: rgb(201,119,96); }
H1.HeaderClassName
{
color: #C97760;
}
.AnyTagClassName
{
color: #C97760;
}
</style>
background-color css
<style>
a { background-color: #C97760; }
a { background-color: rgb(201,119,96); }
div.DivClassName
{
background-color: #C97760;
}
.BgClassName
{
background-color: #C97760;
}
</style>
border-color css
<style>
span { border-color: #C97760; }
span { border-color: rgb(201,119,96); }
td.TdClassName
{
border-color: #C97760;
}
.TagClassName
{
border-color: #C97760;
}
</style>