Shades of Japonica #C1765C
Tints of Japonica #C1765C
RGB
CMYK
RGB Variations
Color information
#C1765C (or 0xC1765C) is known color: Japonica. HEX triplet: C1, 76 and 5C. RGB value is (193,118,92). Sum of RGB (Red+Green+Blue) = 193+118+92=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1765C is #3E89A3. Grayscale: #898989. Windows color (decimal): -4098468 or 6059713. OLE color: 6059713.
HSL color Cylindrical-coordinate representation of color #C1765C: hue angle of 15.45º 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 #C1765C is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 92 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.24 |
| HSL | 15.45º | 0.45% | 0.56% | - |
| HSV(B) | 15.45º | 0.52% | 0.76% | - |
| XYZ | 30.4 | 25.07 | 13.36 | - |
| YUV | 137.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 92 | 0 | 0.39 | 0.52 | 0.24 | 15.45 | 0.45 | 0.56 |
| Hex | C1 | 76 | 5C | 0 | 27 | 34 | 18 | F | 2D | 38 |
| Octal | 301 | 166 | 134 | 0 | 47 | 64 | 30 | 17 | 55 | 70 |
| Binary | 11000001 | 1110110 | 1011100 | 0 | 100111 | 110100 | 11000 | 1111 | 101101 | 111000 |
Color Harmonies of #C1765C
Complementary color
Monochromatic Colors of #C1765C
Black with #C1765C
Text Example
Text Example
White with #C1765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1765C; }
p { color: rgb(193,118,92); }
H1.HeaderClassName
{
color: #C1765C;
}
.AnyTagClassName
{
color: #C1765C;
}
</style>
background-color css
<style>
a { background-color: #C1765C; }
a { background-color: rgb(193,118,92); }
div.DivClassName
{
background-color: #C1765C;
}
.BgClassName
{
background-color: #C1765C;
}
</style>
border-color css
<style>
span { border-color: #C1765C; }
span { border-color: rgb(193,118,92); }
td.TdClassName
{
border-color: #C1765C;
}
.TagClassName
{
border-color: #C1765C;
}
</style>