Shades of Japonica #C97A5B
Tints of Japonica #C97A5B
RGB
CMYK
RGB Variations
Color information
#C97A5B (or 0xC97A5B) is known color: Japonica. HEX triplet: C9, 7A and 5B. RGB value is (201,122,91). Sum of RGB (Red+Green+Blue) = 201+122+91=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A5B is #3685A4. Grayscale: #8E8E8E. Windows color (decimal): -3573157 or 5995209. OLE color: 5995209.
HSL color Cylindrical-coordinate representation of color #C97A5B: hue angle of 16.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C97A5B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 91 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.21 |
| HSL | 16.91º | 0.5% | 0.57% | - |
| HSV(B) | 16.91º | 0.55% | 0.79% | - |
| XYZ | 32.94 | 27.09 | 13.39 | - |
| YUV | 142.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 91 | 0 | 0.39 | 0.55 | 0.21 | 16.91 | 0.5 | 0.57 |
| Hex | C9 | 7A | 5B | 0 | 27 | 37 | 15 | 11 | 32 | 39 |
| Octal | 311 | 172 | 133 | 0 | 47 | 67 | 25 | 21 | 62 | 71 |
| Binary | 11001001 | 1111010 | 1011011 | 0 | 100111 | 110111 | 10101 | 10001 | 110010 | 111001 |
Color Harmonies of #C97A5B
Complementary color
Monochromatic Colors of #C97A5B
Black with #C97A5B
Text Example
Text Example
White with #C97A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A5B; }
p { color: rgb(201,122,91); }
H1.HeaderClassName
{
color: #C97A5B;
}
.AnyTagClassName
{
color: #C97A5B;
}
</style>
background-color css
<style>
a { background-color: #C97A5B; }
a { background-color: rgb(201,122,91); }
div.DivClassName
{
background-color: #C97A5B;
}
.BgClassName
{
background-color: #C97A5B;
}
</style>
border-color css
<style>
span { border-color: #C97A5B; }
span { border-color: rgb(201,122,91); }
td.TdClassName
{
border-color: #C97A5B;
}
.TagClassName
{
border-color: #C97A5B;
}
</style>