Shades of Japonica #C87958
Tints of Japonica #C87958
RGB
CMYK
RGB Variations
Color information
#C87958 (or 0xC87958) is known color: Japonica. HEX triplet: C8, 79 and 58. RGB value is (200,121,88). Sum of RGB (Red+Green+Blue) = 200+121+88=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C87958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87958 is #3786A7. Grayscale: #8D8D8D. Windows color (decimal): -3638952 or 5798344. OLE color: 5798344.
HSL color Cylindrical-coordinate representation of color #C87958: hue angle of 17.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C87958 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 88 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.22 |
| HSL | 17.68º | 0.5% | 0.56% | - |
| HSV(B) | 17.68º | 0.56% | 0.78% | - |
| XYZ | 32.42 | 26.66 | 12.67 | - |
| YUV | 140.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 88 | 0 | 0.39 | 0.56 | 0.22 | 17.68 | 0.5 | 0.56 |
| Hex | C8 | 79 | 58 | 0 | 27 | 38 | 16 | 12 | 32 | 38 |
| Octal | 310 | 171 | 130 | 0 | 47 | 70 | 26 | 22 | 62 | 70 |
| Binary | 11001000 | 1111001 | 1011000 | 0 | 100111 | 111000 | 10110 | 10010 | 110010 | 111000 |
Color Harmonies of #C87958
Complementary color
Monochromatic Colors of #C87958
Black with #C87958
Text Example
Text Example
White with #C87958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87958; }
p { color: rgb(200,121,88); }
H1.HeaderClassName
{
color: #C87958;
}
.AnyTagClassName
{
color: #C87958;
}
</style>
background-color css
<style>
a { background-color: #C87958; }
a { background-color: rgb(200,121,88); }
div.DivClassName
{
background-color: #C87958;
}
.BgClassName
{
background-color: #C87958;
}
</style>
border-color css
<style>
span { border-color: #C87958; }
span { border-color: rgb(200,121,88); }
td.TdClassName
{
border-color: #C87958;
}
.TagClassName
{
border-color: #C87958;
}
</style>