Shades of Japonica #C0765A
Tints of Japonica #C0765A
RGB
CMYK
RGB Variations
Color information
#C0765A (or 0xC0765A) is known color: Japonica. HEX triplet: C0, 76 and 5A. RGB value is (192,118,90). Sum of RGB (Red+Green+Blue) = 192+118+90=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0765A is #3F89A5. Grayscale: #898989. Windows color (decimal): -4164006 or 5928640. OLE color: 5928640.
HSL color Cylindrical-coordinate representation of color #C0765A: hue angle of 16.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0765A is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 90 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.25 |
| HSL | 16.47º | 0.45% | 0.55% | - |
| HSV(B) | 16.47º | 0.53% | 0.75% | - |
| XYZ | 30.06 | 24.9 | 12.89 | - |
| YUV | 136.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 90 | 0 | 0.39 | 0.53 | 0.25 | 16.47 | 0.45 | 0.55 |
| Hex | C0 | 76 | 5A | 0 | 27 | 35 | 19 | 10 | 2D | 37 |
| Octal | 300 | 166 | 132 | 0 | 47 | 65 | 31 | 20 | 55 | 67 |
| Binary | 11000000 | 1110110 | 1011010 | 0 | 100111 | 110101 | 11001 | 10000 | 101101 | 110111 |
Color Harmonies of #C0765A
Complementary color
Monochromatic Colors of #C0765A
Black with #C0765A
Text Example
Text Example
White with #C0765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0765A; }
p { color: rgb(192,118,90); }
H1.HeaderClassName
{
color: #C0765A;
}
.AnyTagClassName
{
color: #C0765A;
}
</style>
background-color css
<style>
a { background-color: #C0765A; }
a { background-color: rgb(192,118,90); }
div.DivClassName
{
background-color: #C0765A;
}
.BgClassName
{
background-color: #C0765A;
}
</style>
border-color css
<style>
span { border-color: #C0765A; }
span { border-color: rgb(192,118,90); }
td.TdClassName
{
border-color: #C0765A;
}
.TagClassName
{
border-color: #C0765A;
}
</style>