Shades of Japonica #C17B57
Tints of Japonica #C17B57
RGB
CMYK
RGB Variations
Color information
#C17B57 (or 0xC17B57) is known color: Japonica. HEX triplet: C1, 7B and 57. RGB value is (193,123,87). Sum of RGB (Red+Green+Blue) = 193+123+87=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B57 is #3E84A8. Grayscale: #8C8C8C. Windows color (decimal): -4097193 or 5733313. OLE color: 5733313.
HSL color Cylindrical-coordinate representation of color #C17B57: hue angle of 20.38º 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 #C17B57 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 87 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.24 |
| HSL | 20.38º | 0.46% | 0.55% | - |
| HSV(B) | 20.38º | 0.55% | 0.76% | - |
| XYZ | 30.8 | 26.19 | 12.45 | - |
| YUV | 139.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 87 | 0 | 0.36 | 0.55 | 0.24 | 20.38 | 0.46 | 0.55 |
| Hex | C1 | 7B | 57 | 0 | 24 | 37 | 18 | 14 | 2E | 37 |
| Octal | 301 | 173 | 127 | 0 | 44 | 67 | 30 | 24 | 56 | 67 |
| Binary | 11000001 | 1111011 | 1010111 | 0 | 100100 | 110111 | 11000 | 10100 | 101110 | 110111 |
Color Harmonies of #C17B57
Complementary color
Monochromatic Colors of #C17B57
Black with #C17B57
Text Example
Text Example
White with #C17B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B57; }
p { color: rgb(193,123,87); }
H1.HeaderClassName
{
color: #C17B57;
}
.AnyTagClassName
{
color: #C17B57;
}
</style>
background-color css
<style>
a { background-color: #C17B57; }
a { background-color: rgb(193,123,87); }
div.DivClassName
{
background-color: #C17B57;
}
.BgClassName
{
background-color: #C17B57;
}
</style>
border-color css
<style>
span { border-color: #C17B57; }
span { border-color: rgb(193,123,87); }
td.TdClassName
{
border-color: #C17B57;
}
.TagClassName
{
border-color: #C17B57;
}
</style>