Shades of Japonica #C37755
Tints of Japonica #C37755
RGB
CMYK
RGB Variations
Color information
#C37755 (or 0xC37755) is known color: Japonica. HEX triplet: C3, 77 and 55. RGB value is (195,119,85). Sum of RGB (Red+Green+Blue) = 195+119+85=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C37755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37755 is #3C88AA. Grayscale: #8A8A8A. Windows color (decimal): -3967147 or 5601219. OLE color: 5601219.
HSL color Cylindrical-coordinate representation of color #C37755: hue angle of 18.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C37755 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 85 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.24 |
| HSL | 18.55º | 0.48% | 0.55% | - |
| HSV(B) | 18.55º | 0.56% | 0.76% | - |
| XYZ | 30.74 | 25.45 | 11.89 | - |
| YUV | 137.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 85 | 0 | 0.39 | 0.56 | 0.24 | 18.55 | 0.48 | 0.55 |
| Hex | C3 | 77 | 55 | 0 | 27 | 38 | 18 | 13 | 30 | 37 |
| Octal | 303 | 167 | 125 | 0 | 47 | 70 | 30 | 23 | 60 | 67 |
| Binary | 11000011 | 1110111 | 1010101 | 0 | 100111 | 111000 | 11000 | 10011 | 110000 | 110111 |
Color Harmonies of #C37755
Complementary color
Monochromatic Colors of #C37755
Black with #C37755
Text Example
Text Example
White with #C37755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37755; }
p { color: rgb(195,119,85); }
H1.HeaderClassName
{
color: #C37755;
}
.AnyTagClassName
{
color: #C37755;
}
</style>
background-color css
<style>
a { background-color: #C37755; }
a { background-color: rgb(195,119,85); }
div.DivClassName
{
background-color: #C37755;
}
.BgClassName
{
background-color: #C37755;
}
</style>
border-color css
<style>
span { border-color: #C37755; }
span { border-color: rgb(195,119,85); }
td.TdClassName
{
border-color: #C37755;
}
.TagClassName
{
border-color: #C37755;
}
</style>