Shades of Japonica #C97A56
Tints of Japonica #C97A56
RGB
CMYK
RGB Variations
Color information
#C97A56 (or 0xC97A56) is known color: Japonica. HEX triplet: C9, 7A and 56. RGB value is (201,122,86). Sum of RGB (Red+Green+Blue) = 201+122+86=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A56 is #3685A9. Grayscale: #8D8D8D. Windows color (decimal): -3573162 or 5667529. OLE color: 5667529.
HSL color Cylindrical-coordinate representation of color #C97A56: hue angle of 18.78º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C97A56 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 86 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.21 |
| HSL | 18.78º | 0.52% | 0.56% | - |
| HSV(B) | 18.78º | 0.57% | 0.79% | - |
| XYZ | 32.73 | 27.01 | 12.29 | - |
| YUV | 141.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 86 | 0 | 0.39 | 0.57 | 0.21 | 18.78 | 0.52 | 0.56 |
| Hex | C9 | 7A | 56 | 0 | 27 | 39 | 15 | 13 | 34 | 38 |
| Octal | 311 | 172 | 126 | 0 | 47 | 71 | 25 | 23 | 64 | 70 |
| Binary | 11001001 | 1111010 | 1010110 | 0 | 100111 | 111001 | 10101 | 10011 | 110100 | 111000 |
Color Harmonies of #C97A56
Complementary color
Monochromatic Colors of #C97A56
Black with #C97A56
Text Example
Text Example
White with #C97A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A56; }
p { color: rgb(201,122,86); }
H1.HeaderClassName
{
color: #C97A56;
}
.AnyTagClassName
{
color: #C97A56;
}
</style>
background-color css
<style>
a { background-color: #C97A56; }
a { background-color: rgb(201,122,86); }
div.DivClassName
{
background-color: #C97A56;
}
.BgClassName
{
background-color: #C97A56;
}
</style>
border-color css
<style>
span { border-color: #C97A56; }
span { border-color: rgb(201,122,86); }
td.TdClassName
{
border-color: #C97A56;
}
.TagClassName
{
border-color: #C97A56;
}
</style>