Shades of Japonica #C26E58
Tints of Japonica #C26E58
RGB
CMYK
RGB Variations
Color information
#C26E58 (or 0xC26E58) is known color: Japonica. HEX triplet: C2, 6E and 58. RGB value is (194,110,88). Sum of RGB (Red+Green+Blue) = 194+110+88=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E58 is #3D91A7. Grayscale: #848484. Windows color (decimal): -4034984 or 5795522. OLE color: 5795522.
HSL color Cylindrical-coordinate representation of color #C26E58: hue angle of 12.45º 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 #C26E58 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 88 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.24 |
| HSL | 12.45º | 0.46% | 0.55% | - |
| HSV(B) | 12.45º | 0.55% | 0.76% | - |
| XYZ | 29.59 | 23.33 | 12.18 | - |
| YUV | 132.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 88 | 0 | 0.43 | 0.55 | 0.24 | 12.45 | 0.46 | 0.55 |
| Hex | C2 | 6E | 58 | 0 | 2B | 37 | 18 | C | 2E | 37 |
| Octal | 302 | 156 | 130 | 0 | 53 | 67 | 30 | 14 | 56 | 67 |
| Binary | 11000010 | 1101110 | 1011000 | 0 | 101011 | 110111 | 11000 | 1100 | 101110 | 110111 |
Color Harmonies of #C26E58
Complementary color
Monochromatic Colors of #C26E58
Black with #C26E58
Text Example
Text Example
White with #C26E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E58; }
p { color: rgb(194,110,88); }
H1.HeaderClassName
{
color: #C26E58;
}
.AnyTagClassName
{
color: #C26E58;
}
</style>
background-color css
<style>
a { background-color: #C26E58; }
a { background-color: rgb(194,110,88); }
div.DivClassName
{
background-color: #C26E58;
}
.BgClassName
{
background-color: #C26E58;
}
</style>
border-color css
<style>
span { border-color: #C26E58; }
span { border-color: rgb(194,110,88); }
td.TdClassName
{
border-color: #C26E58;
}
.TagClassName
{
border-color: #C26E58;
}
</style>