Shades of Japonica #C26C56
Tints of Japonica #C26C56
RGB
CMYK
RGB Variations
Color information
#C26C56 (or 0xC26C56) is known color: Japonica. HEX triplet: C2, 6C and 56. RGB value is (194,108,86). Sum of RGB (Red+Green+Blue) = 194+108+86=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C56 is #3D93A9. Grayscale: #838383. Windows color (decimal): -4035498 or 5663938. OLE color: 5663938.
HSL color Cylindrical-coordinate representation of color #C26C56: hue angle of 12.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C26C56 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 86 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.24 |
| HSL | 12.22º | 0.47% | 0.55% | - |
| HSV(B) | 12.22º | 0.56% | 0.76% | - |
| XYZ | 29.29 | 22.87 | 11.67 | - |
| YUV | 131.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 86 | 0 | 0.44 | 0.56 | 0.24 | 12.22 | 0.47 | 0.55 |
| Hex | C2 | 6C | 56 | 0 | 2C | 38 | 18 | C | 2F | 37 |
| Octal | 302 | 154 | 126 | 0 | 54 | 70 | 30 | 14 | 57 | 67 |
| Binary | 11000010 | 1101100 | 1010110 | 0 | 101100 | 111000 | 11000 | 1100 | 101111 | 110111 |
Color Harmonies of #C26C56
Complementary color
Monochromatic Colors of #C26C56
Black with #C26C56
Text Example
Text Example
White with #C26C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C56; }
p { color: rgb(194,108,86); }
H1.HeaderClassName
{
color: #C26C56;
}
.AnyTagClassName
{
color: #C26C56;
}
</style>
background-color css
<style>
a { background-color: #C26C56; }
a { background-color: rgb(194,108,86); }
div.DivClassName
{
background-color: #C26C56;
}
.BgClassName
{
background-color: #C26C56;
}
</style>
border-color css
<style>
span { border-color: #C26C56; }
span { border-color: rgb(194,108,86); }
td.TdClassName
{
border-color: #C26C56;
}
.TagClassName
{
border-color: #C26C56;
}
</style>