Shades of Japonica #C9765C
Tints of Japonica #C9765C
RGB
CMYK
RGB Variations
Color information
#C9765C (or 0xC9765C) is known color: Japonica. HEX triplet: C9, 76 and 5C. RGB value is (201,118,92). Sum of RGB (Red+Green+Blue) = 201+118+92=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9765C is #3689A3. Grayscale: #8C8C8C. Windows color (decimal): -3574180 or 6059721. OLE color: 6059721.
HSL color Cylindrical-coordinate representation of color #C9765C: hue angle of 14.31º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9765C is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 92 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.21 |
| HSL | 14.31º | 0.5% | 0.57% | - |
| HSV(B) | 14.31º | 0.54% | 0.79% | - |
| XYZ | 32.5 | 26.15 | 13.46 | - |
| YUV | 139.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 92 | 0 | 0.41 | 0.54 | 0.21 | 14.31 | 0.5 | 0.57 |
| Hex | C9 | 76 | 5C | 0 | 29 | 36 | 15 | E | 32 | 39 |
| Octal | 311 | 166 | 134 | 0 | 51 | 66 | 25 | 16 | 62 | 71 |
| Binary | 11001001 | 1110110 | 1011100 | 0 | 101001 | 110110 | 10101 | 1110 | 110010 | 111001 |
Color Harmonies of #C9765C
Complementary color
Monochromatic Colors of #C9765C
Black with #C9765C
Text Example
Text Example
White with #C9765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9765C; }
p { color: rgb(201,118,92); }
H1.HeaderClassName
{
color: #C9765C;
}
.AnyTagClassName
{
color: #C9765C;
}
</style>
background-color css
<style>
a { background-color: #C9765C; }
a { background-color: rgb(201,118,92); }
div.DivClassName
{
background-color: #C9765C;
}
.BgClassName
{
background-color: #C9765C;
}
</style>
border-color css
<style>
span { border-color: #C9765C; }
span { border-color: rgb(201,118,92); }
td.TdClassName
{
border-color: #C9765C;
}
.TagClassName
{
border-color: #C9765C;
}
</style>