Shades of Japonica #C3745B
Tints of Japonica #C3745B
RGB
CMYK
RGB Variations
Color information
#C3745B (or 0xC3745B) is known color: Japonica. HEX triplet: C3, 74 and 5B. RGB value is (195,116,91). Sum of RGB (Red+Green+Blue) = 195+116+91=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3745B is #3C8BA4. Grayscale: #888888. Windows color (decimal): -3967909 or 5993667. OLE color: 5993667.
HSL color Cylindrical-coordinate representation of color #C3745B: hue angle of 14.42º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3745B is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 91 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.24 |
| HSL | 14.42º | 0.46% | 0.56% | - |
| HSV(B) | 14.42º | 0.53% | 0.76% | - |
| XYZ | 30.64 | 24.85 | 13.08 | - |
| YUV | 136.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 91 | 0 | 0.41 | 0.53 | 0.24 | 14.42 | 0.46 | 0.56 |
| Hex | C3 | 74 | 5B | 0 | 29 | 35 | 18 | E | 2E | 38 |
| Octal | 303 | 164 | 133 | 0 | 51 | 65 | 30 | 16 | 56 | 70 |
| Binary | 11000011 | 1110100 | 1011011 | 0 | 101001 | 110101 | 11000 | 1110 | 101110 | 111000 |
Color Harmonies of #C3745B
Complementary color
Monochromatic Colors of #C3745B
Black with #C3745B
Text Example
Text Example
White with #C3745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3745B; }
p { color: rgb(195,116,91); }
H1.HeaderClassName
{
color: #C3745B;
}
.AnyTagClassName
{
color: #C3745B;
}
</style>
background-color css
<style>
a { background-color: #C3745B; }
a { background-color: rgb(195,116,91); }
div.DivClassName
{
background-color: #C3745B;
}
.BgClassName
{
background-color: #C3745B;
}
</style>
border-color css
<style>
span { border-color: #C3745B; }
span { border-color: rgb(195,116,91); }
td.TdClassName
{
border-color: #C3745B;
}
.TagClassName
{
border-color: #C3745B;
}
</style>