Shades of Japonica #C97362
Tints of Japonica #C97362
RGB
CMYK
RGB Variations
Color information
#C97362 (or 0xC97362) is known color: Japonica. HEX triplet: C9, 73 and 62. RGB value is (201,115,98). Sum of RGB (Red+Green+Blue) = 201+115+98=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C97362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97362 is #368C9D. Grayscale: #8A8A8A. Windows color (decimal): -3574942 or 6452169. OLE color: 6452169.
HSL color Cylindrical-coordinate representation of color #C97362: hue angle of 9.9º 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 #C97362 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 98 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.21 |
| HSL | 9.9º | 0.49% | 0.59% | - |
| HSV(B) | 9.9º | 0.51% | 0.79% | - |
| XYZ | 32.42 | 25.56 | 14.78 | - |
| YUV | 138.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 98 | 0 | 0.43 | 0.51 | 0.21 | 9.9 | 0.49 | 0.59 |
| Hex | C9 | 73 | 62 | 0 | 2B | 33 | 15 | A | 31 | 3B |
| Octal | 311 | 163 | 142 | 0 | 53 | 63 | 25 | 12 | 61 | 73 |
| Binary | 11001001 | 1110011 | 1100010 | 0 | 101011 | 110011 | 10101 | 1010 | 110001 | 111011 |
Color Harmonies of #C97362
Complementary color
Monochromatic Colors of #C97362
Black with #C97362
Text Example
Text Example
White with #C97362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97362; }
p { color: rgb(201,115,98); }
H1.HeaderClassName
{
color: #C97362;
}
.AnyTagClassName
{
color: #C97362;
}
</style>
background-color css
<style>
a { background-color: #C97362; }
a { background-color: rgb(201,115,98); }
div.DivClassName
{
background-color: #C97362;
}
.BgClassName
{
background-color: #C97362;
}
</style>
border-color css
<style>
span { border-color: #C97362; }
span { border-color: rgb(201,115,98); }
td.TdClassName
{
border-color: #C97362;
}
.TagClassName
{
border-color: #C97362;
}
</style>