Shades of Japonica #C27A59
Tints of Japonica #C27A59
RGB
CMYK
RGB Variations
Color information
#C27A59 (or 0xC27A59) is known color: Japonica. HEX triplet: C2, 7A and 59. RGB value is (194,122,89). Sum of RGB (Red+Green+Blue) = 194+122+89=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A59 is #3D85A6. Grayscale: #8B8B8B. Windows color (decimal): -4031911 or 5864130. OLE color: 5864130.
HSL color Cylindrical-coordinate representation of color #C27A59: hue angle of 18.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C27A59 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 89 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.24 |
| HSL | 18.86º | 0.46% | 0.55% | - |
| HSV(B) | 18.86º | 0.54% | 0.76% | - |
| XYZ | 31.01 | 26.11 | 12.86 | - |
| YUV | 139.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 89 | 0 | 0.37 | 0.54 | 0.24 | 18.86 | 0.46 | 0.55 |
| Hex | C2 | 7A | 59 | 0 | 25 | 36 | 18 | 13 | 2E | 37 |
| Octal | 302 | 172 | 131 | 0 | 45 | 66 | 30 | 23 | 56 | 67 |
| Binary | 11000010 | 1111010 | 1011001 | 0 | 100101 | 110110 | 11000 | 10011 | 101110 | 110111 |
Color Harmonies of #C27A59
Complementary color
Monochromatic Colors of #C27A59
Black with #C27A59
Text Example
Text Example
White with #C27A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A59; }
p { color: rgb(194,122,89); }
H1.HeaderClassName
{
color: #C27A59;
}
.AnyTagClassName
{
color: #C27A59;
}
</style>
background-color css
<style>
a { background-color: #C27A59; }
a { background-color: rgb(194,122,89); }
div.DivClassName
{
background-color: #C27A59;
}
.BgClassName
{
background-color: #C27A59;
}
</style>
border-color css
<style>
span { border-color: #C27A59; }
span { border-color: rgb(194,122,89); }
td.TdClassName
{
border-color: #C27A59;
}
.TagClassName
{
border-color: #C27A59;
}
</style>