Shades of Japonica #C87353
Tints of Japonica #C87353
RGB
CMYK
RGB Variations
Color information
#C87353 (or 0xC87353) is known color: Japonica. HEX triplet: C8, 73 and 53. RGB value is (200,115,83). Sum of RGB (Red+Green+Blue) = 200+115+83=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C87353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87353 is #378CAC. Grayscale: #888888. Windows color (decimal): -3640493 or 5469128. OLE color: 5469128.
HSL color Cylindrical-coordinate representation of color #C87353: hue angle of 16.41º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C87353 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 83 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.22 |
| HSL | 16.41º | 0.52% | 0.55% | - |
| HSV(B) | 16.41º | 0.59% | 0.78% | - |
| XYZ | 31.51 | 25.17 | 11.38 | - |
| YUV | 136.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 83 | 0 | 0.42 | 0.58 | 0.22 | 16.41 | 0.52 | 0.55 |
| Hex | C8 | 73 | 53 | 0 | 2A | 3A | 16 | 10 | 34 | 37 |
| Octal | 310 | 163 | 123 | 0 | 52 | 72 | 26 | 20 | 64 | 67 |
| Binary | 11001000 | 1110011 | 1010011 | 0 | 101010 | 111010 | 10110 | 10000 | 110100 | 110111 |
Color Harmonies of #C87353
Complementary color
Monochromatic Colors of #C87353
Black with #C87353
Text Example
Text Example
White with #C87353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87353; }
p { color: rgb(200,115,83); }
H1.HeaderClassName
{
color: #C87353;
}
.AnyTagClassName
{
color: #C87353;
}
</style>
background-color css
<style>
a { background-color: #C87353; }
a { background-color: rgb(200,115,83); }
div.DivClassName
{
background-color: #C87353;
}
.BgClassName
{
background-color: #C87353;
}
</style>
border-color css
<style>
span { border-color: #C87353; }
span { border-color: rgb(200,115,83); }
td.TdClassName
{
border-color: #C87353;
}
.TagClassName
{
border-color: #C87353;
}
</style>