Shades of Japonica #C97962
Tints of Japonica #C97962
RGB
CMYK
RGB Variations
Color information
#C97962 (or 0xC97962) is known color: Japonica. HEX triplet: C9, 79 and 62. RGB value is (201,121,98). Sum of RGB (Red+Green+Blue) = 201+121+98=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C97962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97962 is #36869D. Grayscale: #8E8E8E. Windows color (decimal): -3573406 or 6453705. OLE color: 6453705.
HSL color Cylindrical-coordinate representation of color #C97962: hue angle of 13.4º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97962 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 98 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.21 |
| HSL | 13.4º | 0.49% | 0.59% | - |
| HSV(B) | 13.4º | 0.51% | 0.79% | - |
| XYZ | 33.13 | 26.97 | 15.02 | - |
| YUV | 142.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 98 | 0 | 0.40 | 0.51 | 0.21 | 13.4 | 0.49 | 0.59 |
| Hex | C9 | 79 | 62 | 0 | 28 | 33 | 15 | D | 31 | 3B |
| Octal | 311 | 171 | 142 | 0 | 50 | 63 | 25 | 15 | 61 | 73 |
| Binary | 11001001 | 1111001 | 1100010 | 0 | 101000 | 110011 | 10101 | 1101 | 110001 | 111011 |
Color Harmonies of #C97962
Complementary color
Monochromatic Colors of #C97962
Black with #C97962
Text Example
Text Example
White with #C97962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97962; }
p { color: rgb(201,121,98); }
H1.HeaderClassName
{
color: #C97962;
}
.AnyTagClassName
{
color: #C97962;
}
</style>
background-color css
<style>
a { background-color: #C97962; }
a { background-color: rgb(201,121,98); }
div.DivClassName
{
background-color: #C97962;
}
.BgClassName
{
background-color: #C97962;
}
</style>
border-color css
<style>
span { border-color: #C97962; }
span { border-color: rgb(201,121,98); }
td.TdClassName
{
border-color: #C97962;
}
.TagClassName
{
border-color: #C97962;
}
</style>