Shades of Japonica #C9775D
Tints of Japonica #C9775D
RGB
CMYK
RGB Variations
Color information
#C9775D (or 0xC9775D) is known color: Japonica. HEX triplet: C9, 77 and 5D. RGB value is (201,119,93). Sum of RGB (Red+Green+Blue) = 201+119+93=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9775D is #3688A2. Grayscale: #8C8C8C. Windows color (decimal): -3573923 or 6125513. OLE color: 6125513.
HSL color Cylindrical-coordinate representation of color #C9775D: hue angle of 14.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9775D is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 93 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.21 |
| HSL | 14.44º | 0.5% | 0.58% | - |
| HSV(B) | 14.44º | 0.54% | 0.79% | - |
| XYZ | 32.66 | 26.4 | 13.73 | - |
| YUV | 140.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 93 | 0 | 0.41 | 0.54 | 0.21 | 14.44 | 0.5 | 0.58 |
| Hex | C9 | 77 | 5D | 0 | 29 | 36 | 15 | E | 32 | 3A |
| Octal | 311 | 167 | 135 | 0 | 51 | 66 | 25 | 16 | 62 | 72 |
| Binary | 11001001 | 1110111 | 1011101 | 0 | 101001 | 110110 | 10101 | 1110 | 110010 | 111010 |
Color Harmonies of #C9775D
Complementary color
Monochromatic Colors of #C9775D
Black with #C9775D
Text Example
Text Example
White with #C9775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9775D; }
p { color: rgb(201,119,93); }
H1.HeaderClassName
{
color: #C9775D;
}
.AnyTagClassName
{
color: #C9775D;
}
</style>
background-color css
<style>
a { background-color: #C9775D; }
a { background-color: rgb(201,119,93); }
div.DivClassName
{
background-color: #C9775D;
}
.BgClassName
{
background-color: #C9775D;
}
</style>
border-color css
<style>
span { border-color: #C9775D; }
span { border-color: rgb(201,119,93); }
td.TdClassName
{
border-color: #C9775D;
}
.TagClassName
{
border-color: #C9775D;
}
</style>