Shades of Japonica #C26C55
Tints of Japonica #C26C55
RGB
CMYK
RGB Variations
Color information
#C26C55 (or 0xC26C55) is known color: Japonica. HEX triplet: C2, 6C and 55. RGB value is (194,108,85). Sum of RGB (Red+Green+Blue) = 194+108+85=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C55 is #3D93AA. Grayscale: #838383. Windows color (decimal): -4035499 or 5598402. OLE color: 5598402.
HSL color Cylindrical-coordinate representation of color #C26C55: hue angle of 12.66º 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 #C26C55 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 85 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.24 |
| HSL | 12.66º | 0.47% | 0.55% | - |
| HSV(B) | 12.66º | 0.56% | 0.76% | - |
| XYZ | 29.25 | 22.85 | 11.46 | - |
| YUV | 131.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 85 | 0 | 0.44 | 0.56 | 0.24 | 12.66 | 0.47 | 0.55 |
| Hex | C2 | 6C | 55 | 0 | 2C | 38 | 18 | D | 2F | 37 |
| Octal | 302 | 154 | 125 | 0 | 54 | 70 | 30 | 15 | 57 | 67 |
| Binary | 11000010 | 1101100 | 1010101 | 0 | 101100 | 111000 | 11000 | 1101 | 101111 | 110111 |
Color Harmonies of #C26C55
Complementary color
Monochromatic Colors of #C26C55
Black with #C26C55
Text Example
Text Example
White with #C26C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C55; }
p { color: rgb(194,108,85); }
H1.HeaderClassName
{
color: #C26C55;
}
.AnyTagClassName
{
color: #C26C55;
}
</style>
background-color css
<style>
a { background-color: #C26C55; }
a { background-color: rgb(194,108,85); }
div.DivClassName
{
background-color: #C26C55;
}
.BgClassName
{
background-color: #C26C55;
}
</style>
border-color css
<style>
span { border-color: #C26C55; }
span { border-color: rgb(194,108,85); }
td.TdClassName
{
border-color: #C26C55;
}
.TagClassName
{
border-color: #C26C55;
}
</style>