Shades of Japonica #C1765D
Tints of Japonica #C1765D
RGB
CMYK
RGB Variations
Color information
#C1765D (or 0xC1765D) is known color: Japonica. HEX triplet: C1, 76 and 5D. RGB value is (193,118,93). Sum of RGB (Red+Green+Blue) = 193+118+93=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1765D is #3E89A2. Grayscale: #898989. Windows color (decimal): -4098467 or 6125249. OLE color: 6125249.
HSL color Cylindrical-coordinate representation of color #C1765D: hue angle of 15º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1765D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 93 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.24 |
| HSL | 15º | 0.45% | 0.56% | - |
| HSV(B) | 15º | 0.52% | 0.76% | - |
| XYZ | 30.45 | 25.08 | 13.59 | - |
| YUV | 137.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 93 | 0 | 0.39 | 0.52 | 0.24 | 15 | 0.45 | 0.56 |
| Hex | C1 | 76 | 5D | 0 | 27 | 34 | 18 | F | 2D | 38 |
| Octal | 301 | 166 | 135 | 0 | 47 | 64 | 30 | 17 | 55 | 70 |
| Binary | 11000001 | 1110110 | 1011101 | 0 | 100111 | 110100 | 11000 | 1111 | 101101 | 111000 |
Color Harmonies of #C1765D
Complementary color
Monochromatic Colors of #C1765D
Black with #C1765D
Text Example
Text Example
White with #C1765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1765D; }
p { color: rgb(193,118,93); }
H1.HeaderClassName
{
color: #C1765D;
}
.AnyTagClassName
{
color: #C1765D;
}
</style>
background-color css
<style>
a { background-color: #C1765D; }
a { background-color: rgb(193,118,93); }
div.DivClassName
{
background-color: #C1765D;
}
.BgClassName
{
background-color: #C1765D;
}
</style>
border-color css
<style>
span { border-color: #C1765D; }
span { border-color: rgb(193,118,93); }
td.TdClassName
{
border-color: #C1765D;
}
.TagClassName
{
border-color: #C1765D;
}
</style>