Shades of Japonica #C26E59
Tints of Japonica #C26E59
RGB
CMYK
RGB Variations
Color information
#C26E59 (or 0xC26E59) is known color: Japonica. HEX triplet: C2, 6E and 59. RGB value is (194,110,89). Sum of RGB (Red+Green+Blue) = 194+110+89=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E59 is #3D91A6. Grayscale: #848484. Windows color (decimal): -4034983 or 5861058. OLE color: 5861058.
HSL color Cylindrical-coordinate representation of color #C26E59: hue angle of 12º 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 #C26E59 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 89 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.24 |
| HSL | 12º | 0.46% | 0.55% | - |
| HSV(B) | 12º | 0.54% | 0.76% | - |
| XYZ | 29.63 | 23.34 | 12.4 | - |
| YUV | 132.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 89 | 0 | 0.43 | 0.54 | 0.24 | 12 | 0.46 | 0.55 |
| Hex | C2 | 6E | 59 | 0 | 2B | 36 | 18 | C | 2E | 37 |
| Octal | 302 | 156 | 131 | 0 | 53 | 66 | 30 | 14 | 56 | 67 |
| Binary | 11000010 | 1101110 | 1011001 | 0 | 101011 | 110110 | 11000 | 1100 | 101110 | 110111 |
Color Harmonies of #C26E59
Complementary color
Monochromatic Colors of #C26E59
Black with #C26E59
Text Example
Text Example
White with #C26E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E59; }
p { color: rgb(194,110,89); }
H1.HeaderClassName
{
color: #C26E59;
}
.AnyTagClassName
{
color: #C26E59;
}
</style>
background-color css
<style>
a { background-color: #C26E59; }
a { background-color: rgb(194,110,89); }
div.DivClassName
{
background-color: #C26E59;
}
.BgClassName
{
background-color: #C26E59;
}
</style>
border-color css
<style>
span { border-color: #C26E59; }
span { border-color: rgb(194,110,89); }
td.TdClassName
{
border-color: #C26E59;
}
.TagClassName
{
border-color: #C26E59;
}
</style>