Shades of Japonica #C77461
Tints of Japonica #C77461
RGB
CMYK
RGB Variations
Color information
#C77461 (or 0xC77461) is known color: Japonica. HEX triplet: C7, 74 and 61. RGB value is (199,116,97). Sum of RGB (Red+Green+Blue) = 199+116+97=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C77461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77461 is #388B9E. Grayscale: #8A8A8A. Windows color (decimal): -3705759 or 6386887. OLE color: 6386887.
HSL color Cylindrical-coordinate representation of color #C77461: hue angle of 11.18º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C77461 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 97 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.22 |
| HSL | 11.18º | 0.48% | 0.58% | - |
| HSV(B) | 11.18º | 0.51% | 0.78% | - |
| XYZ | 31.96 | 25.5 | 14.55 | - |
| YUV | 138.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 97 | 0 | 0.42 | 0.51 | 0.22 | 11.18 | 0.48 | 0.58 |
| Hex | C7 | 74 | 61 | 0 | 2A | 33 | 16 | B | 30 | 3A |
| Octal | 307 | 164 | 141 | 0 | 52 | 63 | 26 | 13 | 60 | 72 |
| Binary | 11000111 | 1110100 | 1100001 | 0 | 101010 | 110011 | 10110 | 1011 | 110000 | 111010 |
Color Harmonies of #C77461
Complementary color
Monochromatic Colors of #C77461
Black with #C77461
Text Example
Text Example
White with #C77461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77461; }
p { color: rgb(199,116,97); }
H1.HeaderClassName
{
color: #C77461;
}
.AnyTagClassName
{
color: #C77461;
}
</style>
background-color css
<style>
a { background-color: #C77461; }
a { background-color: rgb(199,116,97); }
div.DivClassName
{
background-color: #C77461;
}
.BgClassName
{
background-color: #C77461;
}
</style>
border-color css
<style>
span { border-color: #C77461; }
span { border-color: rgb(199,116,97); }
td.TdClassName
{
border-color: #C77461;
}
.TagClassName
{
border-color: #C77461;
}
</style>