Shades of Japonica #C3765B
Tints of Japonica #C3765B
RGB
CMYK
RGB Variations
Color information
#C3765B (or 0xC3765B) is known color: Japonica. HEX triplet: C3, 76 and 5B. RGB value is (195,118,91). Sum of RGB (Red+Green+Blue) = 195+118+91=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3765B is #3C89A4. Grayscale: #8A8A8A. Windows color (decimal): -3967397 or 5994179. OLE color: 5994179.
HSL color Cylindrical-coordinate representation of color #C3765B: hue angle of 15.58º 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 #C3765B is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 91 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.24 |
| HSL | 15.58º | 0.46% | 0.56% | - |
| HSV(B) | 15.58º | 0.53% | 0.76% | - |
| XYZ | 30.87 | 25.31 | 13.16 | - |
| YUV | 137.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 91 | 0 | 0.39 | 0.53 | 0.24 | 15.58 | 0.46 | 0.56 |
| Hex | C3 | 76 | 5B | 0 | 27 | 35 | 18 | 10 | 2E | 38 |
| Octal | 303 | 166 | 133 | 0 | 47 | 65 | 30 | 20 | 56 | 70 |
| Binary | 11000011 | 1110110 | 1011011 | 0 | 100111 | 110101 | 11000 | 10000 | 101110 | 111000 |
Color Harmonies of #C3765B
Complementary color
Monochromatic Colors of #C3765B
Black with #C3765B
Text Example
Text Example
White with #C3765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3765B; }
p { color: rgb(195,118,91); }
H1.HeaderClassName
{
color: #C3765B;
}
.AnyTagClassName
{
color: #C3765B;
}
</style>
background-color css
<style>
a { background-color: #C3765B; }
a { background-color: rgb(195,118,91); }
div.DivClassName
{
background-color: #C3765B;
}
.BgClassName
{
background-color: #C3765B;
}
</style>
border-color css
<style>
span { border-color: #C3765B; }
span { border-color: rgb(195,118,91); }
td.TdClassName
{
border-color: #C3765B;
}
.TagClassName
{
border-color: #C3765B;
}
</style>