Shades of Japonica #C37555
Tints of Japonica #C37555
RGB
CMYK
RGB Variations
Color information
#C37555 (or 0xC37555) is known color: Japonica. HEX triplet: C3, 75 and 55. RGB value is (195,117,85). Sum of RGB (Red+Green+Blue) = 195+117+85=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C37555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37555 is #3C8AAA. Grayscale: #888888. Windows color (decimal): -3967659 or 5600707. OLE color: 5600707.
HSL color Cylindrical-coordinate representation of color #C37555: hue angle of 17.45º 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 #C37555 is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 85 | - |
| CMYK | 0 | 0.4 | 0.56 | 0.24 |
| HSL | 17.45º | 0.48% | 0.55% | - |
| HSV(B) | 17.45º | 0.56% | 0.76% | - |
| XYZ | 30.51 | 24.98 | 11.81 | - |
| YUV | 136.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 85 | 0 | 0.4 | 0.56 | 0.24 | 17.45 | 0.48 | 0.55 |
| Hex | C3 | 75 | 55 | 0 | 28 | 38 | 18 | 11 | 30 | 37 |
| Octal | 303 | 165 | 125 | 0 | 50 | 70 | 30 | 21 | 60 | 67 |
| Binary | 11000011 | 1110101 | 1010101 | 0 | 101000 | 111000 | 11000 | 10001 | 110000 | 110111 |
Color Harmonies of #C37555
Complementary color
Monochromatic Colors of #C37555
Black with #C37555
Text Example
Text Example
White with #C37555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37555; }
p { color: rgb(195,117,85); }
H1.HeaderClassName
{
color: #C37555;
}
.AnyTagClassName
{
color: #C37555;
}
</style>
background-color css
<style>
a { background-color: #C37555; }
a { background-color: rgb(195,117,85); }
div.DivClassName
{
background-color: #C37555;
}
.BgClassName
{
background-color: #C37555;
}
</style>
border-color css
<style>
span { border-color: #C37555; }
span { border-color: rgb(195,117,85); }
td.TdClassName
{
border-color: #C37555;
}
.TagClassName
{
border-color: #C37555;
}
</style>