Shades of Japonica #C0745A
Tints of Japonica #C0745A
RGB
CMYK
RGB Variations
Color information
#C0745A (or 0xC0745A) is known color: Japonica. HEX triplet: C0, 74 and 5A. RGB value is (192,116,90). Sum of RGB (Red+Green+Blue) = 192+116+90=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0745A is #3F8BA5. Grayscale: #878787. Windows color (decimal): -4164518 or 5928128. OLE color: 5928128.
HSL color Cylindrical-coordinate representation of color #C0745A: hue angle of 15.29º 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 #C0745A is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 90 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.25 |
| HSL | 15.29º | 0.45% | 0.55% | - |
| HSV(B) | 15.29º | 0.53% | 0.75% | - |
| XYZ | 29.83 | 24.44 | 12.82 | - |
| YUV | 135.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 90 | 0 | 0.40 | 0.53 | 0.25 | 15.29 | 0.45 | 0.55 |
| Hex | C0 | 74 | 5A | 0 | 28 | 35 | 19 | F | 2D | 37 |
| Octal | 300 | 164 | 132 | 0 | 50 | 65 | 31 | 17 | 55 | 67 |
| Binary | 11000000 | 1110100 | 1011010 | 0 | 101000 | 110101 | 11001 | 1111 | 101101 | 110111 |
Color Harmonies of #C0745A
Complementary color
Monochromatic Colors of #C0745A
Black with #C0745A
Text Example
Text Example
White with #C0745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0745A; }
p { color: rgb(192,116,90); }
H1.HeaderClassName
{
color: #C0745A;
}
.AnyTagClassName
{
color: #C0745A;
}
</style>
background-color css
<style>
a { background-color: #C0745A; }
a { background-color: rgb(192,116,90); }
div.DivClassName
{
background-color: #C0745A;
}
.BgClassName
{
background-color: #C0745A;
}
</style>
border-color css
<style>
span { border-color: #C0745A; }
span { border-color: rgb(192,116,90); }
td.TdClassName
{
border-color: #C0745A;
}
.TagClassName
{
border-color: #C0745A;
}
</style>