Shades of Japonica #C17761
Tints of Japonica #C17761
RGB
CMYK
RGB Variations
Color information
#C17761 (or 0xC17761) is known color: Japonica. HEX triplet: C1, 77 and 61. RGB value is (193,119,97). Sum of RGB (Red+Green+Blue) = 193+119+97=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C17761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17761 is #3E889E. Grayscale: #8A8A8A. Windows color (decimal): -4098207 or 6387649. OLE color: 6387649.
HSL color Cylindrical-coordinate representation of color #C17761: hue angle of 13.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17761 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 97 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.24 |
| HSL | 13.75º | 0.44% | 0.57% | - |
| HSV(B) | 13.75º | 0.5% | 0.76% | - |
| XYZ | 30.75 | 25.39 | 14.59 | - |
| YUV | 138.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 97 | 0 | 0.38 | 0.50 | 0.24 | 13.75 | 0.44 | 0.57 |
| Hex | C1 | 77 | 61 | 0 | 26 | 32 | 18 | E | 2C | 39 |
| Octal | 301 | 167 | 141 | 0 | 46 | 62 | 30 | 16 | 54 | 71 |
| Binary | 11000001 | 1110111 | 1100001 | 0 | 100110 | 110010 | 11000 | 1110 | 101100 | 111001 |
Color Harmonies of #C17761
Complementary color
Monochromatic Colors of #C17761
Black with #C17761
Text Example
Text Example
White with #C17761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17761; }
p { color: rgb(193,119,97); }
H1.HeaderClassName
{
color: #C17761;
}
.AnyTagClassName
{
color: #C17761;
}
</style>
background-color css
<style>
a { background-color: #C17761; }
a { background-color: rgb(193,119,97); }
div.DivClassName
{
background-color: #C17761;
}
.BgClassName
{
background-color: #C17761;
}
</style>
border-color css
<style>
span { border-color: #C17761; }
span { border-color: rgb(193,119,97); }
td.TdClassName
{
border-color: #C17761;
}
.TagClassName
{
border-color: #C17761;
}
</style>