Shades of Japonica #C9775E
Tints of Japonica #C9775E
RGB
CMYK
RGB Variations
Color information
#C9775E (or 0xC9775E) is known color: Japonica. HEX triplet: C9, 77 and 5E. RGB value is (201,119,94). Sum of RGB (Red+Green+Blue) = 201+119+94=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9775E is #3688A1. Grayscale: #8C8C8C. Windows color (decimal): -3573922 or 6191049. OLE color: 6191049.
HSL color Cylindrical-coordinate representation of color #C9775E: hue angle of 14.02º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9775E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 94 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.21 |
| HSL | 14.02º | 0.5% | 0.58% | - |
| HSV(B) | 14.02º | 0.53% | 0.79% | - |
| XYZ | 32.7 | 26.42 | 13.97 | - |
| YUV | 140.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 94 | 0 | 0.41 | 0.53 | 0.21 | 14.02 | 0.5 | 0.58 |
| Hex | C9 | 77 | 5E | 0 | 29 | 35 | 15 | E | 32 | 3A |
| Octal | 311 | 167 | 136 | 0 | 51 | 65 | 25 | 16 | 62 | 72 |
| Binary | 11001001 | 1110111 | 1011110 | 0 | 101001 | 110101 | 10101 | 1110 | 110010 | 111010 |
Color Harmonies of #C9775E
Complementary color
Monochromatic Colors of #C9775E
Black with #C9775E
Text Example
Text Example
White with #C9775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9775E; }
p { color: rgb(201,119,94); }
H1.HeaderClassName
{
color: #C9775E;
}
.AnyTagClassName
{
color: #C9775E;
}
</style>
background-color css
<style>
a { background-color: #C9775E; }
a { background-color: rgb(201,119,94); }
div.DivClassName
{
background-color: #C9775E;
}
.BgClassName
{
background-color: #C9775E;
}
</style>
border-color css
<style>
span { border-color: #C9775E; }
span { border-color: rgb(201,119,94); }
td.TdClassName
{
border-color: #C9775E;
}
.TagClassName
{
border-color: #C9775E;
}
</style>