Shades of Japonica #C07B5B
Tints of Japonica #C07B5B
RGB
CMYK
RGB Variations
Color information
#C07B5B (or 0xC07B5B) is known color: Japonica. HEX triplet: C0, 7B and 5B. RGB value is (192,123,91). Sum of RGB (Red+Green+Blue) = 192+123+91=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B5B is #3F84A4. Grayscale: #8C8C8C. Windows color (decimal): -4162725 or 5995456. OLE color: 5995456.
HSL color Cylindrical-coordinate representation of color #C07B5B: hue angle of 19.01º degrees, saturation: 0.44, 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 #C07B5B is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 91 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.25 |
| HSL | 19.01º | 0.44% | 0.55% | - |
| HSV(B) | 19.01º | 0.53% | 0.75% | - |
| XYZ | 30.71 | 26.13 | 13.32 | - |
| YUV | 139.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 91 | 0 | 0.36 | 0.53 | 0.25 | 19.01 | 0.44 | 0.55 |
| Hex | C0 | 7B | 5B | 0 | 24 | 35 | 19 | 13 | 2C | 37 |
| Octal | 300 | 173 | 133 | 0 | 44 | 65 | 31 | 23 | 54 | 67 |
| Binary | 11000000 | 1111011 | 1011011 | 0 | 100100 | 110101 | 11001 | 10011 | 101100 | 110111 |
Color Harmonies of #C07B5B
Complementary color
Monochromatic Colors of #C07B5B
Black with #C07B5B
Text Example
Text Example
White with #C07B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B5B; }
p { color: rgb(192,123,91); }
H1.HeaderClassName
{
color: #C07B5B;
}
.AnyTagClassName
{
color: #C07B5B;
}
</style>
background-color css
<style>
a { background-color: #C07B5B; }
a { background-color: rgb(192,123,91); }
div.DivClassName
{
background-color: #C07B5B;
}
.BgClassName
{
background-color: #C07B5B;
}
</style>
border-color css
<style>
span { border-color: #C07B5B; }
span { border-color: rgb(192,123,91); }
td.TdClassName
{
border-color: #C07B5B;
}
.TagClassName
{
border-color: #C07B5B;
}
</style>