Shades of Japonica #C8755A
Tints of Japonica #C8755A
RGB
CMYK
RGB Variations
Color information
#C8755A (or 0xC8755A) is known color: Japonica. HEX triplet: C8, 75 and 5A. RGB value is (200,117,90). Sum of RGB (Red+Green+Blue) = 200+117+90=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8755A is #378AA5. Grayscale: #8A8A8A. Windows color (decimal): -3639974 or 5928392. OLE color: 5928392.
HSL color Cylindrical-coordinate representation of color #C8755A: hue angle of 14.73º 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 #C8755A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 90 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.22 |
| HSL | 14.73º | 0.5% | 0.57% | - |
| HSV(B) | 14.73º | 0.55% | 0.78% | - |
| XYZ | 32.03 | 25.74 | 12.95 | - |
| YUV | 138.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 90 | 0 | 0.42 | 0.55 | 0.22 | 14.73 | 0.5 | 0.57 |
| Hex | C8 | 75 | 5A | 0 | 2A | 37 | 16 | F | 32 | 39 |
| Octal | 310 | 165 | 132 | 0 | 52 | 67 | 26 | 17 | 62 | 71 |
| Binary | 11001000 | 1110101 | 1011010 | 0 | 101010 | 110111 | 10110 | 1111 | 110010 | 111001 |
Color Harmonies of #C8755A
Complementary color
Monochromatic Colors of #C8755A
Black with #C8755A
Text Example
Text Example
White with #C8755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8755A; }
p { color: rgb(200,117,90); }
H1.HeaderClassName
{
color: #C8755A;
}
.AnyTagClassName
{
color: #C8755A;
}
</style>
background-color css
<style>
a { background-color: #C8755A; }
a { background-color: rgb(200,117,90); }
div.DivClassName
{
background-color: #C8755A;
}
.BgClassName
{
background-color: #C8755A;
}
</style>
border-color css
<style>
span { border-color: #C8755A; }
span { border-color: rgb(200,117,90); }
td.TdClassName
{
border-color: #C8755A;
}
.TagClassName
{
border-color: #C8755A;
}
</style>