Shades of Japonica #C87B5D
Tints of Japonica #C87B5D
RGB
CMYK
RGB Variations
Color information
#C87B5D (or 0xC87B5D) is known color: Japonica. HEX triplet: C8, 7B and 5D. RGB value is (200,123,93). Sum of RGB (Red+Green+Blue) = 200+123+93=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B5D is #3784A2. Grayscale: #8E8E8E. Windows color (decimal): -3638435 or 6126536. OLE color: 6126536.
HSL color Cylindrical-coordinate representation of color #C87B5D: hue angle of 16.82º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C87B5D is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 93 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.22 |
| HSL | 16.82º | 0.49% | 0.57% | - |
| HSV(B) | 16.82º | 0.54% | 0.78% | - |
| XYZ | 32.88 | 27.24 | 13.88 | - |
| YUV | 142.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 93 | 0 | 0.38 | 0.54 | 0.22 | 16.82 | 0.49 | 0.57 |
| Hex | C8 | 7B | 5D | 0 | 26 | 36 | 16 | 11 | 31 | 39 |
| Octal | 310 | 173 | 135 | 0 | 46 | 66 | 26 | 21 | 61 | 71 |
| Binary | 11001000 | 1111011 | 1011101 | 0 | 100110 | 110110 | 10110 | 10001 | 110001 | 111001 |
Color Harmonies of #C87B5D
Complementary color
Monochromatic Colors of #C87B5D
Black with #C87B5D
Text Example
Text Example
White with #C87B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B5D; }
p { color: rgb(200,123,93); }
H1.HeaderClassName
{
color: #C87B5D;
}
.AnyTagClassName
{
color: #C87B5D;
}
</style>
background-color css
<style>
a { background-color: #C87B5D; }
a { background-color: rgb(200,123,93); }
div.DivClassName
{
background-color: #C87B5D;
}
.BgClassName
{
background-color: #C87B5D;
}
</style>
border-color css
<style>
span { border-color: #C87B5D; }
span { border-color: rgb(200,123,93); }
td.TdClassName
{
border-color: #C87B5D;
}
.TagClassName
{
border-color: #C87B5D;
}
</style>