Shades of Japonica #C1765E
Tints of Japonica #C1765E
RGB
CMYK
RGB Variations
Color information
#C1765E (or 0xC1765E) is known color: Japonica. HEX triplet: C1, 76 and 5E. RGB value is (193,118,94). Sum of RGB (Red+Green+Blue) = 193+118+94=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1765E is #3E89A1. Grayscale: #898989. Windows color (decimal): -4098466 or 6190785. OLE color: 6190785.
HSL color Cylindrical-coordinate representation of color #C1765E: hue angle of 14.55º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1765E is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 94 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.24 |
| HSL | 14.55º | 0.44% | 0.56% | - |
| HSV(B) | 14.55º | 0.51% | 0.76% | - |
| XYZ | 30.49 | 25.1 | 13.83 | - |
| YUV | 137.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 94 | 0 | 0.39 | 0.51 | 0.24 | 14.55 | 0.44 | 0.56 |
| Hex | C1 | 76 | 5E | 0 | 27 | 33 | 18 | F | 2C | 38 |
| Octal | 301 | 166 | 136 | 0 | 47 | 63 | 30 | 17 | 54 | 70 |
| Binary | 11000001 | 1110110 | 1011110 | 0 | 100111 | 110011 | 11000 | 1111 | 101100 | 111000 |
Color Harmonies of #C1765E
Complementary color
Monochromatic Colors of #C1765E
Black with #C1765E
Text Example
Text Example
White with #C1765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1765E; }
p { color: rgb(193,118,94); }
H1.HeaderClassName
{
color: #C1765E;
}
.AnyTagClassName
{
color: #C1765E;
}
</style>
background-color css
<style>
a { background-color: #C1765E; }
a { background-color: rgb(193,118,94); }
div.DivClassName
{
background-color: #C1765E;
}
.BgClassName
{
background-color: #C1765E;
}
</style>
border-color css
<style>
span { border-color: #C1765E; }
span { border-color: rgb(193,118,94); }
td.TdClassName
{
border-color: #C1765E;
}
.TagClassName
{
border-color: #C1765E;
}
</style>