Shades of Japonica #C37758
Tints of Japonica #C37758
RGB
CMYK
RGB Variations
Color information
#C37758 (or 0xC37758) is known color: Japonica. HEX triplet: C3, 77 and 58. RGB value is (195,119,88). Sum of RGB (Red+Green+Blue) = 195+119+88=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C37758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37758 is #3C88A7. Grayscale: #8A8A8A. Windows color (decimal): -3967144 or 5797827. OLE color: 5797827.
HSL color Cylindrical-coordinate representation of color #C37758: hue angle of 17.38º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C37758 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 88 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.24 |
| HSL | 17.38º | 0.47% | 0.55% | - |
| HSV(B) | 17.38º | 0.55% | 0.76% | - |
| XYZ | 30.86 | 25.5 | 12.53 | - |
| YUV | 138.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 88 | 0 | 0.39 | 0.55 | 0.24 | 17.38 | 0.47 | 0.55 |
| Hex | C3 | 77 | 58 | 0 | 27 | 37 | 18 | 11 | 2F | 37 |
| Octal | 303 | 167 | 130 | 0 | 47 | 67 | 30 | 21 | 57 | 67 |
| Binary | 11000011 | 1110111 | 1011000 | 0 | 100111 | 110111 | 11000 | 10001 | 101111 | 110111 |
Color Harmonies of #C37758
Complementary color
Monochromatic Colors of #C37758
Black with #C37758
Text Example
Text Example
White with #C37758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37758; }
p { color: rgb(195,119,88); }
H1.HeaderClassName
{
color: #C37758;
}
.AnyTagClassName
{
color: #C37758;
}
</style>
background-color css
<style>
a { background-color: #C37758; }
a { background-color: rgb(195,119,88); }
div.DivClassName
{
background-color: #C37758;
}
.BgClassName
{
background-color: #C37758;
}
</style>
border-color css
<style>
span { border-color: #C37758; }
span { border-color: rgb(195,119,88); }
td.TdClassName
{
border-color: #C37758;
}
.TagClassName
{
border-color: #C37758;
}
</style>