Shades of Japonica #C07B57
Tints of Japonica #C07B57
RGB
CMYK
RGB Variations
Color information
#C07B57 (or 0xC07B57) is known color: Japonica. HEX triplet: C0, 7B and 57. RGB value is (192,123,87). Sum of RGB (Red+Green+Blue) = 192+123+87=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B57 is #3F84A8. Grayscale: #8B8B8B. Windows color (decimal): -4162729 or 5733312. OLE color: 5733312.
HSL color Cylindrical-coordinate representation of color #C07B57: hue angle of 20.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C07B57 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 87 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.25 |
| HSL | 20.57º | 0.45% | 0.55% | - |
| HSV(B) | 20.57º | 0.55% | 0.75% | - |
| XYZ | 30.54 | 26.06 | 12.44 | - |
| YUV | 139.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 87 | 0 | 0.36 | 0.55 | 0.25 | 20.57 | 0.45 | 0.55 |
| Hex | C0 | 7B | 57 | 0 | 24 | 37 | 19 | 15 | 2D | 37 |
| Octal | 300 | 173 | 127 | 0 | 44 | 67 | 31 | 25 | 55 | 67 |
| Binary | 11000000 | 1111011 | 1010111 | 0 | 100100 | 110111 | 11001 | 10101 | 101101 | 110111 |
Color Harmonies of #C07B57
Complementary color
Monochromatic Colors of #C07B57
Black with #C07B57
Text Example
Text Example
White with #C07B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B57; }
p { color: rgb(192,123,87); }
H1.HeaderClassName
{
color: #C07B57;
}
.AnyTagClassName
{
color: #C07B57;
}
</style>
background-color css
<style>
a { background-color: #C07B57; }
a { background-color: rgb(192,123,87); }
div.DivClassName
{
background-color: #C07B57;
}
.BgClassName
{
background-color: #C07B57;
}
</style>
border-color css
<style>
span { border-color: #C07B57; }
span { border-color: rgb(192,123,87); }
td.TdClassName
{
border-color: #C07B57;
}
.TagClassName
{
border-color: #C07B57;
}
</style>