Shades of Japonica #C27A58
Tints of Japonica #C27A58
RGB
CMYK
RGB Variations
Color information
#C27A58 (or 0xC27A58) is known color: Japonica. HEX triplet: C2, 7A and 58. RGB value is (194,122,88). Sum of RGB (Red+Green+Blue) = 194+122+88=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A58 is #3D85A7. Grayscale: #8B8B8B. Windows color (decimal): -4031912 or 5798594. OLE color: 5798594.
HSL color Cylindrical-coordinate representation of color #C27A58: hue angle of 19.25º degrees, saturation: 0.46, 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 #C27A58 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 88 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.24 |
| HSL | 19.25º | 0.46% | 0.55% | - |
| HSV(B) | 19.25º | 0.55% | 0.76% | - |
| XYZ | 30.97 | 26.09 | 12.64 | - |
| YUV | 139.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 88 | 0 | 0.37 | 0.55 | 0.24 | 19.25 | 0.46 | 0.55 |
| Hex | C2 | 7A | 58 | 0 | 25 | 37 | 18 | 13 | 2E | 37 |
| Octal | 302 | 172 | 130 | 0 | 45 | 67 | 30 | 23 | 56 | 67 |
| Binary | 11000010 | 1111010 | 1011000 | 0 | 100101 | 110111 | 11000 | 10011 | 101110 | 110111 |
Color Harmonies of #C27A58
Complementary color
Monochromatic Colors of #C27A58
Black with #C27A58
Text Example
Text Example
White with #C27A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A58; }
p { color: rgb(194,122,88); }
H1.HeaderClassName
{
color: #C27A58;
}
.AnyTagClassName
{
color: #C27A58;
}
</style>
background-color css
<style>
a { background-color: #C27A58; }
a { background-color: rgb(194,122,88); }
div.DivClassName
{
background-color: #C27A58;
}
.BgClassName
{
background-color: #C27A58;
}
</style>
border-color css
<style>
span { border-color: #C27A58; }
span { border-color: rgb(194,122,88); }
td.TdClassName
{
border-color: #C27A58;
}
.TagClassName
{
border-color: #C27A58;
}
</style>