Shades of Japonica #C0755B
Tints of Japonica #C0755B
RGB
CMYK
RGB Variations
Color information
#C0755B (or 0xC0755B) is known color: Japonica. HEX triplet: C0, 75 and 5B. RGB value is (192,117,91). Sum of RGB (Red+Green+Blue) = 192+117+91=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0755B is #3F8AA4. Grayscale: #888888. Windows color (decimal): -4164261 or 5993920. OLE color: 5993920.
HSL color Cylindrical-coordinate representation of color #C0755B: hue angle of 15.45º 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 #C0755B is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 91 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.25 |
| HSL | 15.45º | 0.44% | 0.55% | - |
| HSV(B) | 15.45º | 0.53% | 0.75% | - |
| XYZ | 29.99 | 24.68 | 13.08 | - |
| YUV | 136.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 91 | 0 | 0.39 | 0.53 | 0.25 | 15.45 | 0.44 | 0.55 |
| Hex | C0 | 75 | 5B | 0 | 27 | 35 | 19 | F | 2C | 37 |
| Octal | 300 | 165 | 133 | 0 | 47 | 65 | 31 | 17 | 54 | 67 |
| Binary | 11000000 | 1110101 | 1011011 | 0 | 100111 | 110101 | 11001 | 1111 | 101100 | 110111 |
Color Harmonies of #C0755B
Complementary color
Monochromatic Colors of #C0755B
Black with #C0755B
Text Example
Text Example
White with #C0755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0755B; }
p { color: rgb(192,117,91); }
H1.HeaderClassName
{
color: #C0755B;
}
.AnyTagClassName
{
color: #C0755B;
}
</style>
background-color css
<style>
a { background-color: #C0755B; }
a { background-color: rgb(192,117,91); }
div.DivClassName
{
background-color: #C0755B;
}
.BgClassName
{
background-color: #C0755B;
}
</style>
border-color css
<style>
span { border-color: #C0755B; }
span { border-color: rgb(192,117,91); }
td.TdClassName
{
border-color: #C0755B;
}
.TagClassName
{
border-color: #C0755B;
}
</style>