Shades of Japonica #C97964
Tints of Japonica #C97964
RGB
CMYK
RGB Variations
Color information
#C97964 (or 0xC97964) is known color: Japonica. HEX triplet: C9, 79 and 64. RGB value is (201,121,100). Sum of RGB (Red+Green+Blue) = 201+121+100=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C97964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97964 is #36869B. Grayscale: #8E8E8E. Windows color (decimal): -3573404 or 6584777. OLE color: 6584777.
HSL color Cylindrical-coordinate representation of color #C97964: hue angle of 12.48º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97964 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 100 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.21 |
| HSL | 12.48º | 0.48% | 0.59% | - |
| HSV(B) | 12.48º | 0.5% | 0.79% | - |
| XYZ | 33.23 | 27.01 | 15.52 | - |
| YUV | 142.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 100 | 0 | 0.40 | 0.50 | 0.21 | 12.48 | 0.48 | 0.59 |
| Hex | C9 | 79 | 64 | 0 | 28 | 32 | 15 | C | 30 | 3B |
| Octal | 311 | 171 | 144 | 0 | 50 | 62 | 25 | 14 | 60 | 73 |
| Binary | 11001001 | 1111001 | 1100100 | 0 | 101000 | 110010 | 10101 | 1100 | 110000 | 111011 |
Color Harmonies of #C97964
Complementary color
Monochromatic Colors of #C97964
Black with #C97964
Text Example
Text Example
White with #C97964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97964; }
p { color: rgb(201,121,100); }
H1.HeaderClassName
{
color: #C97964;
}
.AnyTagClassName
{
color: #C97964;
}
</style>
background-color css
<style>
a { background-color: #C97964; }
a { background-color: rgb(201,121,100); }
div.DivClassName
{
background-color: #C97964;
}
.BgClassName
{
background-color: #C97964;
}
</style>
border-color css
<style>
span { border-color: #C97964; }
span { border-color: rgb(201,121,100); }
td.TdClassName
{
border-color: #C97964;
}
.TagClassName
{
border-color: #C97964;
}
</style>