Shades of Japonica #C07555
Tints of Japonica #C07555
RGB
CMYK
RGB Variations
Color information
#C07555 (or 0xC07555) is known color: Japonica. HEX triplet: C0, 75 and 55. RGB value is (192,117,85). Sum of RGB (Red+Green+Blue) = 192+117+85=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07555 is #3F8AAA. Grayscale: #878787. Windows color (decimal): -4164267 or 5600704. OLE color: 5600704.
HSL color Cylindrical-coordinate representation of color #C07555: hue angle of 17.94º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C07555 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 85 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.25 |
| HSL | 17.94º | 0.46% | 0.54% | - |
| HSV(B) | 17.94º | 0.56% | 0.75% | - |
| XYZ | 29.74 | 24.58 | 11.77 | - |
| YUV | 135.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 85 | 0 | 0.39 | 0.56 | 0.25 | 17.94 | 0.46 | 0.54 |
| Hex | C0 | 75 | 55 | 0 | 27 | 38 | 19 | 12 | 2E | 36 |
| Octal | 300 | 165 | 125 | 0 | 47 | 70 | 31 | 22 | 56 | 66 |
| Binary | 11000000 | 1110101 | 1010101 | 0 | 100111 | 111000 | 11001 | 10010 | 101110 | 110110 |
Color Harmonies of #C07555
Complementary color
Monochromatic Colors of #C07555
Black with #C07555
Text Example
Text Example
White with #C07555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07555; }
p { color: rgb(192,117,85); }
H1.HeaderClassName
{
color: #C07555;
}
.AnyTagClassName
{
color: #C07555;
}
</style>
background-color css
<style>
a { background-color: #C07555; }
a { background-color: rgb(192,117,85); }
div.DivClassName
{
background-color: #C07555;
}
.BgClassName
{
background-color: #C07555;
}
</style>
border-color css
<style>
span { border-color: #C07555; }
span { border-color: rgb(192,117,85); }
td.TdClassName
{
border-color: #C07555;
}
.TagClassName
{
border-color: #C07555;
}
</style>