Shades of Japonica #C9765B
Tints of Japonica #C9765B
RGB
CMYK
RGB Variations
Color information
#C9765B (or 0xC9765B) is known color: Japonica. HEX triplet: C9, 76 and 5B. RGB value is (201,118,91). Sum of RGB (Red+Green+Blue) = 201+118+91=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9765B is #3689A4. Grayscale: #8B8B8B. Windows color (decimal): -3574181 or 5994185. OLE color: 5994185.
HSL color Cylindrical-coordinate representation of color #C9765B: hue angle of 14.73º 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 #C9765B is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 91 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.21 |
| HSL | 14.73º | 0.5% | 0.57% | - |
| HSV(B) | 14.73º | 0.55% | 0.79% | - |
| XYZ | 32.45 | 26.13 | 13.23 | - |
| YUV | 139.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 91 | 0 | 0.41 | 0.55 | 0.21 | 14.73 | 0.5 | 0.57 |
| Hex | C9 | 76 | 5B | 0 | 29 | 37 | 15 | F | 32 | 39 |
| Octal | 311 | 166 | 133 | 0 | 51 | 67 | 25 | 17 | 62 | 71 |
| Binary | 11001001 | 1110110 | 1011011 | 0 | 101001 | 110111 | 10101 | 1111 | 110010 | 111001 |
Color Harmonies of #C9765B
Complementary color
Monochromatic Colors of #C9765B
Black with #C9765B
Text Example
Text Example
White with #C9765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9765B; }
p { color: rgb(201,118,91); }
H1.HeaderClassName
{
color: #C9765B;
}
.AnyTagClassName
{
color: #C9765B;
}
</style>
background-color css
<style>
a { background-color: #C9765B; }
a { background-color: rgb(201,118,91); }
div.DivClassName
{
background-color: #C9765B;
}
.BgClassName
{
background-color: #C9765B;
}
</style>
border-color css
<style>
span { border-color: #C9765B; }
span { border-color: rgb(201,118,91); }
td.TdClassName
{
border-color: #C9765B;
}
.TagClassName
{
border-color: #C9765B;
}
</style>