Shades of Japonica #C3705C
Tints of Japonica #C3705C
RGB
CMYK
RGB Variations
Color information
#C3705C (or 0xC3705C) is known color: Japonica. HEX triplet: C3, 70 and 5C. RGB value is (195,112,92). Sum of RGB (Red+Green+Blue) = 195+112+92=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3705C is #3C8FA3. Grayscale: #868686. Windows color (decimal): -3968932 or 6058179. OLE color: 6058179.
HSL color Cylindrical-coordinate representation of color #C3705C: hue angle of 11.65º 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 #C3705C is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 92 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.24 |
| HSL | 11.65º | 0.46% | 0.56% | - |
| HSV(B) | 11.65º | 0.53% | 0.76% | - |
| XYZ | 30.23 | 23.96 | 13.16 | - |
| YUV | 134.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 92 | 0 | 0.43 | 0.53 | 0.24 | 11.65 | 0.46 | 0.56 |
| Hex | C3 | 70 | 5C | 0 | 2B | 35 | 18 | C | 2E | 38 |
| Octal | 303 | 160 | 134 | 0 | 53 | 65 | 30 | 14 | 56 | 70 |
| Binary | 11000011 | 1110000 | 1011100 | 0 | 101011 | 110101 | 11000 | 1100 | 101110 | 111000 |
Color Harmonies of #C3705C
Complementary color
Monochromatic Colors of #C3705C
Black with #C3705C
Text Example
Text Example
White with #C3705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3705C; }
p { color: rgb(195,112,92); }
H1.HeaderClassName
{
color: #C3705C;
}
.AnyTagClassName
{
color: #C3705C;
}
</style>
background-color css
<style>
a { background-color: #C3705C; }
a { background-color: rgb(195,112,92); }
div.DivClassName
{
background-color: #C3705C;
}
.BgClassName
{
background-color: #C3705C;
}
</style>
border-color css
<style>
span { border-color: #C3705C; }
span { border-color: rgb(195,112,92); }
td.TdClassName
{
border-color: #C3705C;
}
.TagClassName
{
border-color: #C3705C;
}
</style>