Shades of Japonica #C1745A
Tints of Japonica #C1745A
RGB
CMYK
RGB Variations
Color information
#C1745A (or 0xC1745A) is known color: Japonica. HEX triplet: C1, 74 and 5A. RGB value is (193,116,90). Sum of RGB (Red+Green+Blue) = 193+116+90=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1745A is #3E8BA5. Grayscale: #888888. Windows color (decimal): -4098982 or 5928129. OLE color: 5928129.
HSL color Cylindrical-coordinate representation of color #C1745A: hue angle of 15.15º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1745A is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 90 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.24 |
| HSL | 15.15º | 0.45% | 0.55% | - |
| HSV(B) | 15.15º | 0.53% | 0.76% | - |
| XYZ | 30.08 | 24.57 | 12.83 | - |
| YUV | 136.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 90 | 0 | 0.40 | 0.53 | 0.24 | 15.15 | 0.45 | 0.55 |
| Hex | C1 | 74 | 5A | 0 | 28 | 35 | 18 | F | 2D | 37 |
| Octal | 301 | 164 | 132 | 0 | 50 | 65 | 30 | 17 | 55 | 67 |
| Binary | 11000001 | 1110100 | 1011010 | 0 | 101000 | 110101 | 11000 | 1111 | 101101 | 110111 |
Color Harmonies of #C1745A
Complementary color
Monochromatic Colors of #C1745A
Black with #C1745A
Text Example
Text Example
White with #C1745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1745A; }
p { color: rgb(193,116,90); }
H1.HeaderClassName
{
color: #C1745A;
}
.AnyTagClassName
{
color: #C1745A;
}
</style>
background-color css
<style>
a { background-color: #C1745A; }
a { background-color: rgb(193,116,90); }
div.DivClassName
{
background-color: #C1745A;
}
.BgClassName
{
background-color: #C1745A;
}
</style>
border-color css
<style>
span { border-color: #C1745A; }
span { border-color: rgb(193,116,90); }
td.TdClassName
{
border-color: #C1745A;
}
.TagClassName
{
border-color: #C1745A;
}
</style>