Shades of Japonica #C27A55
Tints of Japonica #C27A55
RGB
CMYK
RGB Variations
Color information
#C27A55 (or 0xC27A55) is known color: Japonica. HEX triplet: C2, 7A and 55. RGB value is (194,122,85). Sum of RGB (Red+Green+Blue) = 194+122+85=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A55 is #3D85AA. Grayscale: #8B8B8B. Windows color (decimal): -4031915 or 5601986. OLE color: 5601986.
HSL color Cylindrical-coordinate representation of color #C27A55: hue angle of 20.37º 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 #C27A55 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 85 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.24 |
| HSL | 20.37º | 0.47% | 0.55% | - |
| HSV(B) | 20.37º | 0.56% | 0.76% | - |
| XYZ | 30.85 | 26.04 | 12 | - |
| YUV | 139.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 85 | 0 | 0.37 | 0.56 | 0.24 | 20.37 | 0.47 | 0.55 |
| Hex | C2 | 7A | 55 | 0 | 25 | 38 | 18 | 14 | 2F | 37 |
| Octal | 302 | 172 | 125 | 0 | 45 | 70 | 30 | 24 | 57 | 67 |
| Binary | 11000010 | 1111010 | 1010101 | 0 | 100101 | 111000 | 11000 | 10100 | 101111 | 110111 |
Color Harmonies of #C27A55
Complementary color
Monochromatic Colors of #C27A55
Black with #C27A55
Text Example
Text Example
White with #C27A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A55; }
p { color: rgb(194,122,85); }
H1.HeaderClassName
{
color: #C27A55;
}
.AnyTagClassName
{
color: #C27A55;
}
</style>
background-color css
<style>
a { background-color: #C27A55; }
a { background-color: rgb(194,122,85); }
div.DivClassName
{
background-color: #C27A55;
}
.BgClassName
{
background-color: #C27A55;
}
</style>
border-color css
<style>
span { border-color: #C27A55; }
span { border-color: rgb(194,122,85); }
td.TdClassName
{
border-color: #C27A55;
}
.TagClassName
{
border-color: #C27A55;
}
</style>