Shades of Japonica #C27155
Tints of Japonica #C27155
RGB
CMYK
RGB Variations
Color information
#C27155 (or 0xC27155) is known color: Japonica. HEX triplet: C2, 71 and 55. RGB value is (194,113,85). Sum of RGB (Red+Green+Blue) = 194+113+85=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C27155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27155 is #3D8EAA. Grayscale: #868686. Windows color (decimal): -4034219 or 5599682. OLE color: 5599682.
HSL color Cylindrical-coordinate representation of color #C27155: hue angle of 15.41º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C27155 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 85 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.24 |
| HSL | 15.41º | 0.47% | 0.55% | - |
| HSV(B) | 15.41º | 0.56% | 0.76% | - |
| XYZ | 29.79 | 23.94 | 11.64 | - |
| YUV | 134.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 85 | 0 | 0.42 | 0.56 | 0.24 | 15.41 | 0.47 | 0.55 |
| Hex | C2 | 71 | 55 | 0 | 2A | 38 | 18 | F | 2F | 37 |
| Octal | 302 | 161 | 125 | 0 | 52 | 70 | 30 | 17 | 57 | 67 |
| Binary | 11000010 | 1110001 | 1010101 | 0 | 101010 | 111000 | 11000 | 1111 | 101111 | 110111 |
Color Harmonies of #C27155
Complementary color
Monochromatic Colors of #C27155
Black with #C27155
Text Example
Text Example
White with #C27155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27155; }
p { color: rgb(194,113,85); }
H1.HeaderClassName
{
color: #C27155;
}
.AnyTagClassName
{
color: #C27155;
}
</style>
background-color css
<style>
a { background-color: #C27155; }
a { background-color: rgb(194,113,85); }
div.DivClassName
{
background-color: #C27155;
}
.BgClassName
{
background-color: #C27155;
}
</style>
border-color css
<style>
span { border-color: #C27155; }
span { border-color: rgb(194,113,85); }
td.TdClassName
{
border-color: #C27155;
}
.TagClassName
{
border-color: #C27155;
}
</style>