Shades of Japonica #C37661
Tints of Japonica #C37661
RGB
CMYK
RGB Variations
Color information
#C37661 (or 0xC37661) is known color: Japonica. HEX triplet: C3, 76 and 61. RGB value is (195,118,97). Sum of RGB (Red+Green+Blue) = 195+118+97=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C37661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37661 is #3C899E. Grayscale: #8A8A8A. Windows color (decimal): -3967391 or 6387395. OLE color: 6387395.
HSL color Cylindrical-coordinate representation of color #C37661: hue angle of 12.86º degrees, saturation: 0.45, 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 #C37661 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 97 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.24 |
| HSL | 12.86º | 0.45% | 0.57% | - |
| HSV(B) | 12.86º | 0.5% | 0.76% | - |
| XYZ | 31.14 | 25.42 | 14.57 | - |
| YUV | 138.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 97 | 0 | 0.39 | 0.50 | 0.24 | 12.86 | 0.45 | 0.57 |
| Hex | C3 | 76 | 61 | 0 | 27 | 32 | 18 | D | 2D | 39 |
| Octal | 303 | 166 | 141 | 0 | 47 | 62 | 30 | 15 | 55 | 71 |
| Binary | 11000011 | 1110110 | 1100001 | 0 | 100111 | 110010 | 11000 | 1101 | 101101 | 111001 |
Color Harmonies of #C37661
Complementary color
Monochromatic Colors of #C37661
Black with #C37661
Text Example
Text Example
White with #C37661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37661; }
p { color: rgb(195,118,97); }
H1.HeaderClassName
{
color: #C37661;
}
.AnyTagClassName
{
color: #C37661;
}
</style>
background-color css
<style>
a { background-color: #C37661; }
a { background-color: rgb(195,118,97); }
div.DivClassName
{
background-color: #C37661;
}
.BgClassName
{
background-color: #C37661;
}
</style>
border-color css
<style>
span { border-color: #C37661; }
span { border-color: rgb(195,118,97); }
td.TdClassName
{
border-color: #C37661;
}
.TagClassName
{
border-color: #C37661;
}
</style>