Shades of Japonica #C87561
Tints of Japonica #C87561
RGB
CMYK
RGB Variations
Color information
#C87561 (or 0xC87561) is known color: Japonica. HEX triplet: C8, 75 and 61. RGB value is (200,117,97). Sum of RGB (Red+Green+Blue) = 200+117+97=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C87561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87561 is #378A9E. Grayscale: #8B8B8B. Windows color (decimal): -3639967 or 6387144. OLE color: 6387144.
HSL color Cylindrical-coordinate representation of color #C87561: hue angle of 11.65º 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 #C87561 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 97 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.22 |
| HSL | 11.65º | 0.48% | 0.58% | - |
| HSV(B) | 11.65º | 0.52% | 0.78% | - |
| XYZ | 32.34 | 25.87 | 14.6 | - |
| YUV | 139.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 97 | 0 | 0.42 | 0.52 | 0.22 | 11.65 | 0.48 | 0.58 |
| Hex | C8 | 75 | 61 | 0 | 2A | 34 | 16 | C | 30 | 3A |
| Octal | 310 | 165 | 141 | 0 | 52 | 64 | 26 | 14 | 60 | 72 |
| Binary | 11001000 | 1110101 | 1100001 | 0 | 101010 | 110100 | 10110 | 1100 | 110000 | 111010 |
Color Harmonies of #C87561
Complementary color
Monochromatic Colors of #C87561
Black with #C87561
Text Example
Text Example
White with #C87561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87561; }
p { color: rgb(200,117,97); }
H1.HeaderClassName
{
color: #C87561;
}
.AnyTagClassName
{
color: #C87561;
}
</style>
background-color css
<style>
a { background-color: #C87561; }
a { background-color: rgb(200,117,97); }
div.DivClassName
{
background-color: #C87561;
}
.BgClassName
{
background-color: #C87561;
}
</style>
border-color css
<style>
span { border-color: #C87561; }
span { border-color: rgb(200,117,97); }
td.TdClassName
{
border-color: #C87561;
}
.TagClassName
{
border-color: #C87561;
}
</style>