Shades of Japonica #C0775F
Tints of Japonica #C0775F
RGB
CMYK
RGB Variations
Color information
#C0775F (or 0xC0775F) is known color: Japonica. HEX triplet: C0, 77 and 5F. RGB value is (192,119,95). Sum of RGB (Red+Green+Blue) = 192+119+95=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0775F is #3F88A0. Grayscale: #8A8A8A. Windows color (decimal): -4163745 or 6256576. OLE color: 6256576.
HSL color Cylindrical-coordinate representation of color #C0775F: hue angle of 14.85º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0775F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 95 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.25 |
| HSL | 14.85º | 0.43% | 0.56% | - |
| HSV(B) | 14.85º | 0.51% | 0.75% | - |
| XYZ | 30.4 | 25.23 | 14.09 | - |
| YUV | 138.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 95 | 0 | 0.38 | 0.51 | 0.25 | 14.85 | 0.43 | 0.56 |
| Hex | C0 | 77 | 5F | 0 | 26 | 33 | 19 | F | 2B | 38 |
| Octal | 300 | 167 | 137 | 0 | 46 | 63 | 31 | 17 | 53 | 70 |
| Binary | 11000000 | 1110111 | 1011111 | 0 | 100110 | 110011 | 11001 | 1111 | 101011 | 111000 |
Color Harmonies of #C0775F
Complementary color
Monochromatic Colors of #C0775F
Black with #C0775F
Text Example
Text Example
White with #C0775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0775F; }
p { color: rgb(192,119,95); }
H1.HeaderClassName
{
color: #C0775F;
}
.AnyTagClassName
{
color: #C0775F;
}
</style>
background-color css
<style>
a { background-color: #C0775F; }
a { background-color: rgb(192,119,95); }
div.DivClassName
{
background-color: #C0775F;
}
.BgClassName
{
background-color: #C0775F;
}
</style>
border-color css
<style>
span { border-color: #C0775F; }
span { border-color: rgb(192,119,95); }
td.TdClassName
{
border-color: #C0775F;
}
.TagClassName
{
border-color: #C0775F;
}
</style>