Shades of Japonica #C97463
Tints of Japonica #C97463
RGB
CMYK
RGB Variations
Color information
#C97463 (or 0xC97463) is known color: Japonica. HEX triplet: C9, 74 and 63. RGB value is (201,116,99). Sum of RGB (Red+Green+Blue) = 201+116+99=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C97463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97463 is #368B9C. Grayscale: #8B8B8B. Windows color (decimal): -3574685 or 6517961. OLE color: 6517961.
HSL color Cylindrical-coordinate representation of color #C97463: hue angle of 10º 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 #C97463 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 99 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.21 |
| HSL | 10º | 0.49% | 0.59% | - |
| HSV(B) | 10º | 0.51% | 0.79% | - |
| XYZ | 32.58 | 25.81 | 15.07 | - |
| YUV | 139.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 99 | 0 | 0.42 | 0.51 | 0.21 | 10 | 0.49 | 0.59 |
| Hex | C9 | 74 | 63 | 0 | 2A | 33 | 15 | A | 31 | 3B |
| Octal | 311 | 164 | 143 | 0 | 52 | 63 | 25 | 12 | 61 | 73 |
| Binary | 11001001 | 1110100 | 1100011 | 0 | 101010 | 110011 | 10101 | 1010 | 110001 | 111011 |
Color Harmonies of #C97463
Complementary color
Monochromatic Colors of #C97463
Black with #C97463
Text Example
Text Example
White with #C97463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97463; }
p { color: rgb(201,116,99); }
H1.HeaderClassName
{
color: #C97463;
}
.AnyTagClassName
{
color: #C97463;
}
</style>
background-color css
<style>
a { background-color: #C97463; }
a { background-color: rgb(201,116,99); }
div.DivClassName
{
background-color: #C97463;
}
.BgClassName
{
background-color: #C97463;
}
</style>
border-color css
<style>
span { border-color: #C97463; }
span { border-color: rgb(201,116,99); }
td.TdClassName
{
border-color: #C97463;
}
.TagClassName
{
border-color: #C97463;
}
</style>