Shades of Japonica #C27457
Tints of Japonica #C27457
RGB
CMYK
RGB Variations
Color information
#C27457 (or 0xC27457) is known color: Japonica. HEX triplet: C2, 74 and 57. RGB value is (194,116,87). Sum of RGB (Red+Green+Blue) = 194+116+87=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27457 is #3D8BA8. Grayscale: #888888. Windows color (decimal): -4033449 or 5731522. OLE color: 5731522.
HSL color Cylindrical-coordinate representation of color #C27457: hue angle of 16.26º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C27457 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 87 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.24 |
| HSL | 16.26º | 0.47% | 0.55% | - |
| HSV(B) | 16.26º | 0.55% | 0.76% | - |
| XYZ | 30.21 | 24.65 | 12.18 | - |
| YUV | 136.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 87 | 0 | 0.40 | 0.55 | 0.24 | 16.26 | 0.47 | 0.55 |
| Hex | C2 | 74 | 57 | 0 | 28 | 37 | 18 | 10 | 2F | 37 |
| Octal | 302 | 164 | 127 | 0 | 50 | 67 | 30 | 20 | 57 | 67 |
| Binary | 11000010 | 1110100 | 1010111 | 0 | 101000 | 110111 | 11000 | 10000 | 101111 | 110111 |
Color Harmonies of #C27457
Complementary color
Monochromatic Colors of #C27457
Black with #C27457
Text Example
Text Example
White with #C27457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27457; }
p { color: rgb(194,116,87); }
H1.HeaderClassName
{
color: #C27457;
}
.AnyTagClassName
{
color: #C27457;
}
</style>
background-color css
<style>
a { background-color: #C27457; }
a { background-color: rgb(194,116,87); }
div.DivClassName
{
background-color: #C27457;
}
.BgClassName
{
background-color: #C27457;
}
</style>
border-color css
<style>
span { border-color: #C27457; }
span { border-color: rgb(194,116,87); }
td.TdClassName
{
border-color: #C27457;
}
.TagClassName
{
border-color: #C27457;
}
</style>