Shades of Japonica #C87955
Tints of Japonica #C87955
RGB
CMYK
RGB Variations
Color information
#C87955 (or 0xC87955) is known color: Japonica. HEX triplet: C8, 79 and 55. RGB value is (200,121,85). Sum of RGB (Red+Green+Blue) = 200+121+85=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C87955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87955 is #3786AA. Grayscale: #8C8C8C. Windows color (decimal): -3638955 or 5601736. OLE color: 5601736.
HSL color Cylindrical-coordinate representation of color #C87955: hue angle of 18.78º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C87955 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 85 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.22 |
| HSL | 18.78º | 0.51% | 0.56% | - |
| HSV(B) | 18.78º | 0.58% | 0.78% | - |
| XYZ | 32.3 | 26.61 | 12.03 | - |
| YUV | 140.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 85 | 0 | 0.39 | 0.58 | 0.22 | 18.78 | 0.51 | 0.56 |
| Hex | C8 | 79 | 55 | 0 | 27 | 3A | 16 | 13 | 33 | 38 |
| Octal | 310 | 171 | 125 | 0 | 47 | 72 | 26 | 23 | 63 | 70 |
| Binary | 11001000 | 1111001 | 1010101 | 0 | 100111 | 111010 | 10110 | 10011 | 110011 | 111000 |
Color Harmonies of #C87955
Complementary color
Monochromatic Colors of #C87955
Black with #C87955
Text Example
Text Example
White with #C87955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87955; }
p { color: rgb(200,121,85); }
H1.HeaderClassName
{
color: #C87955;
}
.AnyTagClassName
{
color: #C87955;
}
</style>
background-color css
<style>
a { background-color: #C87955; }
a { background-color: rgb(200,121,85); }
div.DivClassName
{
background-color: #C87955;
}
.BgClassName
{
background-color: #C87955;
}
</style>
border-color css
<style>
span { border-color: #C87955; }
span { border-color: rgb(200,121,85); }
td.TdClassName
{
border-color: #C87955;
}
.TagClassName
{
border-color: #C87955;
}
</style>