Shades of Japonica #C9765E
Tints of Japonica #C9765E
RGB
CMYK
RGB Variations
Color information
#C9765E (or 0xC9765E) is known color: Japonica. HEX triplet: C9, 76 and 5E. RGB value is (201,118,94). Sum of RGB (Red+Green+Blue) = 201+118+94=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9765E is #3689A1. Grayscale: #8C8C8C. Windows color (decimal): -3574178 or 6190793. OLE color: 6190793.
HSL color Cylindrical-coordinate representation of color #C9765E: hue angle of 13.46º 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 #C9765E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 94 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.21 |
| HSL | 13.46º | 0.5% | 0.58% | - |
| HSV(B) | 13.46º | 0.53% | 0.79% | - |
| XYZ | 32.59 | 26.18 | 13.93 | - |
| YUV | 140.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 94 | 0 | 0.41 | 0.53 | 0.21 | 13.46 | 0.5 | 0.58 |
| Hex | C9 | 76 | 5E | 0 | 29 | 35 | 15 | D | 32 | 3A |
| Octal | 311 | 166 | 136 | 0 | 51 | 65 | 25 | 15 | 62 | 72 |
| Binary | 11001001 | 1110110 | 1011110 | 0 | 101001 | 110101 | 10101 | 1101 | 110010 | 111010 |
Color Harmonies of #C9765E
Complementary color
Monochromatic Colors of #C9765E
Black with #C9765E
Text Example
Text Example
White with #C9765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9765E; }
p { color: rgb(201,118,94); }
H1.HeaderClassName
{
color: #C9765E;
}
.AnyTagClassName
{
color: #C9765E;
}
</style>
background-color css
<style>
a { background-color: #C9765E; }
a { background-color: rgb(201,118,94); }
div.DivClassName
{
background-color: #C9765E;
}
.BgClassName
{
background-color: #C9765E;
}
</style>
border-color css
<style>
span { border-color: #C9765E; }
span { border-color: rgb(201,118,94); }
td.TdClassName
{
border-color: #C9765E;
}
.TagClassName
{
border-color: #C9765E;
}
</style>