Shades of Japonica #C87957
Tints of Japonica #C87957
RGB
CMYK
RGB Variations
Color information
#C87957 (or 0xC87957) is known color: Japonica. HEX triplet: C8, 79 and 57. RGB value is (200,121,87). Sum of RGB (Red+Green+Blue) = 200+121+87=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C87957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87957 is #3786A8. Grayscale: #8C8C8C. Windows color (decimal): -3638953 or 5732808. OLE color: 5732808.
HSL color Cylindrical-coordinate representation of color #C87957: hue angle of 18.05º degrees, saturation: 0.51, 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 #C87957 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 87 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.22 |
| HSL | 18.05º | 0.51% | 0.56% | - |
| HSV(B) | 18.05º | 0.57% | 0.78% | - |
| XYZ | 32.38 | 26.64 | 12.45 | - |
| YUV | 140.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 87 | 0 | 0.39 | 0.56 | 0.22 | 18.05 | 0.51 | 0.56 |
| Hex | C8 | 79 | 57 | 0 | 27 | 38 | 16 | 12 | 33 | 38 |
| Octal | 310 | 171 | 127 | 0 | 47 | 70 | 26 | 22 | 63 | 70 |
| Binary | 11001000 | 1111001 | 1010111 | 0 | 100111 | 111000 | 10110 | 10010 | 110011 | 111000 |
Color Harmonies of #C87957
Complementary color
Monochromatic Colors of #C87957
Black with #C87957
Text Example
Text Example
White with #C87957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87957; }
p { color: rgb(200,121,87); }
H1.HeaderClassName
{
color: #C87957;
}
.AnyTagClassName
{
color: #C87957;
}
</style>
background-color css
<style>
a { background-color: #C87957; }
a { background-color: rgb(200,121,87); }
div.DivClassName
{
background-color: #C87957;
}
.BgClassName
{
background-color: #C87957;
}
</style>
border-color css
<style>
span { border-color: #C87957; }
span { border-color: rgb(200,121,87); }
td.TdClassName
{
border-color: #C87957;
}
.TagClassName
{
border-color: #C87957;
}
</style>