Shades of Japonica #C27355
Tints of Japonica #C27355
RGB
CMYK
RGB Variations
Color information
#C27355 (or 0xC27355) is known color: Japonica. HEX triplet: C2, 73 and 55. RGB value is (194,115,85). Sum of RGB (Red+Green+Blue) = 194+115+85=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27355 is #3D8CAA. Grayscale: #878787. Windows color (decimal): -4033707 or 5600194. OLE color: 5600194.
HSL color Cylindrical-coordinate representation of color #C27355: hue angle of 16.51º 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 #C27355 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 85 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.24 |
| HSL | 16.51º | 0.47% | 0.55% | - |
| HSV(B) | 16.51º | 0.56% | 0.76% | - |
| XYZ | 30.02 | 24.39 | 11.72 | - |
| YUV | 135.2 | 99.67 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 85 | 0 | 0.41 | 0.56 | 0.24 | 16.51 | 0.47 | 0.55 |
| Hex | C2 | 73 | 55 | 0 | 29 | 38 | 18 | 11 | 2F | 37 |
| Octal | 302 | 163 | 125 | 0 | 51 | 70 | 30 | 21 | 57 | 67 |
| Binary | 11000010 | 1110011 | 1010101 | 0 | 101001 | 111000 | 11000 | 10001 | 101111 | 110111 |
Color Harmonies of #C27355
Complementary color
Monochromatic Colors of #C27355
Black with #C27355
Text Example
Text Example
White with #C27355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27355; }
p { color: rgb(194,115,85); }
H1.HeaderClassName
{
color: #C27355;
}
.AnyTagClassName
{
color: #C27355;
}
</style>
background-color css
<style>
a { background-color: #C27355; }
a { background-color: rgb(194,115,85); }
div.DivClassName
{
background-color: #C27355;
}
.BgClassName
{
background-color: #C27355;
}
</style>
border-color css
<style>
span { border-color: #C27355; }
span { border-color: rgb(194,115,85); }
td.TdClassName
{
border-color: #C27355;
}
.TagClassName
{
border-color: #C27355;
}
</style>