Shades of Japonica #C8765A
Tints of Japonica #C8765A
RGB
CMYK
RGB Variations
Color information
#C8765A (or 0xC8765A) is known color: Japonica. HEX triplet: C8, 76 and 5A. RGB value is (200,118,90). Sum of RGB (Red+Green+Blue) = 200+118+90=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8765A is #3789A5. Grayscale: #8B8B8B. Windows color (decimal): -3639718 or 5928648. OLE color: 5928648.
HSL color Cylindrical-coordinate representation of color #C8765A: hue angle of 15.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8765A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 90 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.22 |
| HSL | 15.27º | 0.5% | 0.57% | - |
| HSV(B) | 15.27º | 0.55% | 0.78% | - |
| XYZ | 32.14 | 25.97 | 12.99 | - |
| YUV | 139.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 90 | 0 | 0.41 | 0.55 | 0.22 | 15.27 | 0.5 | 0.57 |
| Hex | C8 | 76 | 5A | 0 | 29 | 37 | 16 | F | 32 | 39 |
| Octal | 310 | 166 | 132 | 0 | 51 | 67 | 26 | 17 | 62 | 71 |
| Binary | 11001000 | 1110110 | 1011010 | 0 | 101001 | 110111 | 10110 | 1111 | 110010 | 111001 |
Color Harmonies of #C8765A
Complementary color
Monochromatic Colors of #C8765A
Black with #C8765A
Text Example
Text Example
White with #C8765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8765A; }
p { color: rgb(200,118,90); }
H1.HeaderClassName
{
color: #C8765A;
}
.AnyTagClassName
{
color: #C8765A;
}
</style>
background-color css
<style>
a { background-color: #C8765A; }
a { background-color: rgb(200,118,90); }
div.DivClassName
{
background-color: #C8765A;
}
.BgClassName
{
background-color: #C8765A;
}
</style>
border-color css
<style>
span { border-color: #C8765A; }
span { border-color: rgb(200,118,90); }
td.TdClassName
{
border-color: #C8765A;
}
.TagClassName
{
border-color: #C8765A;
}
</style>