Shades of Japonica #C87754
Tints of Japonica #C87754
RGB
CMYK
RGB Variations
Color information
#C87754 (or 0xC87754) is known color: Japonica. HEX triplet: C8, 77 and 54. RGB value is (200,119,84). Sum of RGB (Red+Green+Blue) = 200+119+84=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C87754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87754 is #3788AB. Grayscale: #8B8B8B. Windows color (decimal): -3639468 or 5535688. OLE color: 5535688.
HSL color Cylindrical-coordinate representation of color #C87754: hue angle of 18.1º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C87754 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 84 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.22 |
| HSL | 18.1º | 0.51% | 0.56% | - |
| HSV(B) | 18.1º | 0.58% | 0.78% | - |
| XYZ | 32.02 | 26.11 | 11.74 | - |
| YUV | 139.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 84 | 0 | 0.40 | 0.58 | 0.22 | 18.1 | 0.51 | 0.56 |
| Hex | C8 | 77 | 54 | 0 | 28 | 3A | 16 | 12 | 33 | 38 |
| Octal | 310 | 167 | 124 | 0 | 50 | 72 | 26 | 22 | 63 | 70 |
| Binary | 11001000 | 1110111 | 1010100 | 0 | 101000 | 111010 | 10110 | 10010 | 110011 | 111000 |
Color Harmonies of #C87754
Complementary color
Monochromatic Colors of #C87754
Black with #C87754
Text Example
Text Example
White with #C87754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87754; }
p { color: rgb(200,119,84); }
H1.HeaderClassName
{
color: #C87754;
}
.AnyTagClassName
{
color: #C87754;
}
</style>
background-color css
<style>
a { background-color: #C87754; }
a { background-color: rgb(200,119,84); }
div.DivClassName
{
background-color: #C87754;
}
.BgClassName
{
background-color: #C87754;
}
</style>
border-color css
<style>
span { border-color: #C87754; }
span { border-color: rgb(200,119,84); }
td.TdClassName
{
border-color: #C87754;
}
.TagClassName
{
border-color: #C87754;
}
</style>