Shades of Japonica #C17B56
Tints of Japonica #C17B56
RGB
CMYK
RGB Variations
Color information
#C17B56 (or 0xC17B56) is known color: Japonica. HEX triplet: C1, 7B and 56. RGB value is (193,123,86). Sum of RGB (Red+Green+Blue) = 193+123+86=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B56 is #3E84A9. Grayscale: #8B8B8B. Windows color (decimal): -4097194 or 5667777. OLE color: 5667777.
HSL color Cylindrical-coordinate representation of color #C17B56: hue angle of 20.75º 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 #C17B56 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 86 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.24 |
| HSL | 20.75º | 0.46% | 0.55% | - |
| HSV(B) | 20.75º | 0.55% | 0.76% | - |
| XYZ | 30.76 | 26.18 | 12.24 | - |
| YUV | 139.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 86 | 0 | 0.36 | 0.55 | 0.24 | 20.75 | 0.46 | 0.55 |
| Hex | C1 | 7B | 56 | 0 | 24 | 37 | 18 | 15 | 2E | 37 |
| Octal | 301 | 173 | 126 | 0 | 44 | 67 | 30 | 25 | 56 | 67 |
| Binary | 11000001 | 1111011 | 1010110 | 0 | 100100 | 110111 | 11000 | 10101 | 101110 | 110111 |
Color Harmonies of #C17B56
Complementary color
Monochromatic Colors of #C17B56
Black with #C17B56
Text Example
Text Example
White with #C17B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B56; }
p { color: rgb(193,123,86); }
H1.HeaderClassName
{
color: #C17B56;
}
.AnyTagClassName
{
color: #C17B56;
}
</style>
background-color css
<style>
a { background-color: #C17B56; }
a { background-color: rgb(193,123,86); }
div.DivClassName
{
background-color: #C17B56;
}
.BgClassName
{
background-color: #C17B56;
}
</style>
border-color css
<style>
span { border-color: #C17B56; }
span { border-color: rgb(193,123,86); }
td.TdClassName
{
border-color: #C17B56;
}
.TagClassName
{
border-color: #C17B56;
}
</style>