Shades of Japonica #C8755C
Tints of Japonica #C8755C
RGB
CMYK
RGB Variations
Color information
#C8755C (or 0xC8755C) is known color: Japonica. HEX triplet: C8, 75 and 5C. RGB value is (200,117,92). Sum of RGB (Red+Green+Blue) = 200+117+92=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8755C is #378AA3. Grayscale: #8B8B8B. Windows color (decimal): -3639972 or 6059464. OLE color: 6059464.
HSL color Cylindrical-coordinate representation of color #C8755C: hue angle of 13.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8755C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 92 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.22 |
| HSL | 13.89º | 0.5% | 0.57% | - |
| HSV(B) | 13.89º | 0.54% | 0.78% | - |
| XYZ | 32.11 | 25.77 | 13.41 | - |
| YUV | 138.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 92 | 0 | 0.42 | 0.54 | 0.22 | 13.89 | 0.5 | 0.57 |
| Hex | C8 | 75 | 5C | 0 | 2A | 36 | 16 | E | 32 | 39 |
| Octal | 310 | 165 | 134 | 0 | 52 | 66 | 26 | 16 | 62 | 71 |
| Binary | 11001000 | 1110101 | 1011100 | 0 | 101010 | 110110 | 10110 | 1110 | 110010 | 111001 |
Color Harmonies of #C8755C
Complementary color
Monochromatic Colors of #C8755C
Black with #C8755C
Text Example
Text Example
White with #C8755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8755C; }
p { color: rgb(200,117,92); }
H1.HeaderClassName
{
color: #C8755C;
}
.AnyTagClassName
{
color: #C8755C;
}
</style>
background-color css
<style>
a { background-color: #C8755C; }
a { background-color: rgb(200,117,92); }
div.DivClassName
{
background-color: #C8755C;
}
.BgClassName
{
background-color: #C8755C;
}
</style>
border-color css
<style>
span { border-color: #C8755C; }
span { border-color: rgb(200,117,92); }
td.TdClassName
{
border-color: #C8755C;
}
.TagClassName
{
border-color: #C8755C;
}
</style>