Shades of Japonica #C3755B
Tints of Japonica #C3755B
RGB
CMYK
RGB Variations
Color information
#C3755B (or 0xC3755B) is known color: Japonica. HEX triplet: C3, 75 and 5B. RGB value is (195,117,91). Sum of RGB (Red+Green+Blue) = 195+117+91=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3755B is #3C8AA4. Grayscale: #898989. Windows color (decimal): -3967653 or 5993923. OLE color: 5993923.
HSL color Cylindrical-coordinate representation of color #C3755B: hue angle of 15º 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 #C3755B is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 91 | - |
| CMYK | 0 | 0.4 | 0.53 | 0.24 |
| HSL | 15º | 0.46% | 0.56% | - |
| HSV(B) | 15º | 0.53% | 0.76% | - |
| XYZ | 30.76 | 25.08 | 13.12 | - |
| YUV | 137.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 91 | 0 | 0.4 | 0.53 | 0.24 | 15 | 0.46 | 0.56 |
| Hex | C3 | 75 | 5B | 0 | 28 | 35 | 18 | F | 2E | 38 |
| Octal | 303 | 165 | 133 | 0 | 50 | 65 | 30 | 17 | 56 | 70 |
| Binary | 11000011 | 1110101 | 1011011 | 0 | 101000 | 110101 | 11000 | 1111 | 101110 | 111000 |
Color Harmonies of #C3755B
Complementary color
Monochromatic Colors of #C3755B
Black with #C3755B
Text Example
Text Example
White with #C3755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3755B; }
p { color: rgb(195,117,91); }
H1.HeaderClassName
{
color: #C3755B;
}
.AnyTagClassName
{
color: #C3755B;
}
</style>
background-color css
<style>
a { background-color: #C3755B; }
a { background-color: rgb(195,117,91); }
div.DivClassName
{
background-color: #C3755B;
}
.BgClassName
{
background-color: #C3755B;
}
</style>
border-color css
<style>
span { border-color: #C3755B; }
span { border-color: rgb(195,117,91); }
td.TdClassName
{
border-color: #C3755B;
}
.TagClassName
{
border-color: #C3755B;
}
</style>