Shades of Japonica #C0705A
Tints of Japonica #C0705A
RGB
CMYK
RGB Variations
Color information
#C0705A (or 0xC0705A) is known color: Japonica. HEX triplet: C0, 70 and 5A. RGB value is (192,112,90). Sum of RGB (Red+Green+Blue) = 192+112+90=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0705A is #3F8FA5. Grayscale: #858585. Windows color (decimal): -4165542 or 5927104. OLE color: 5927104.
HSL color Cylindrical-coordinate representation of color #C0705A: hue angle of 12.94º degrees, saturation: 0.45, 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 #C0705A is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 90 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.25 |
| HSL | 12.94º | 0.45% | 0.55% | - |
| HSV(B) | 12.94º | 0.53% | 0.75% | - |
| XYZ | 29.38 | 23.53 | 12.67 | - |
| YUV | 133.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 90 | 0 | 0.42 | 0.53 | 0.25 | 12.94 | 0.45 | 0.55 |
| Hex | C0 | 70 | 5A | 0 | 2A | 35 | 19 | D | 2D | 37 |
| Octal | 300 | 160 | 132 | 0 | 52 | 65 | 31 | 15 | 55 | 67 |
| Binary | 11000000 | 1110000 | 1011010 | 0 | 101010 | 110101 | 11001 | 1101 | 101101 | 110111 |
Color Harmonies of #C0705A
Complementary color
Monochromatic Colors of #C0705A
Black with #C0705A
Text Example
Text Example
White with #C0705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0705A; }
p { color: rgb(192,112,90); }
H1.HeaderClassName
{
color: #C0705A;
}
.AnyTagClassName
{
color: #C0705A;
}
</style>
background-color css
<style>
a { background-color: #C0705A; }
a { background-color: rgb(192,112,90); }
div.DivClassName
{
background-color: #C0705A;
}
.BgClassName
{
background-color: #C0705A;
}
</style>
border-color css
<style>
span { border-color: #C0705A; }
span { border-color: rgb(192,112,90); }
td.TdClassName
{
border-color: #C0705A;
}
.TagClassName
{
border-color: #C0705A;
}
</style>