Shades of Japonica #C3765A
Tints of Japonica #C3765A
RGB
CMYK
RGB Variations
Color information
#C3765A (or 0xC3765A) is known color: Japonica. HEX triplet: C3, 76 and 5A. RGB value is (195,118,90). Sum of RGB (Red+Green+Blue) = 195+118+90=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3765A is #3C89A5. Grayscale: #8A8A8A. Windows color (decimal): -3967398 or 5928643. OLE color: 5928643.
HSL color Cylindrical-coordinate representation of color #C3765A: hue angle of 16º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3765A is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 90 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.24 |
| HSL | 16º | 0.47% | 0.56% | - |
| HSV(B) | 16º | 0.54% | 0.76% | - |
| XYZ | 30.83 | 25.3 | 12.93 | - |
| YUV | 137.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 90 | 0 | 0.39 | 0.54 | 0.24 | 16 | 0.47 | 0.56 |
| Hex | C3 | 76 | 5A | 0 | 27 | 36 | 18 | 10 | 2F | 38 |
| Octal | 303 | 166 | 132 | 0 | 47 | 66 | 30 | 20 | 57 | 70 |
| Binary | 11000011 | 1110110 | 1011010 | 0 | 100111 | 110110 | 11000 | 10000 | 101111 | 111000 |
Color Harmonies of #C3765A
Complementary color
Monochromatic Colors of #C3765A
Black with #C3765A
Text Example
Text Example
White with #C3765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3765A; }
p { color: rgb(195,118,90); }
H1.HeaderClassName
{
color: #C3765A;
}
.AnyTagClassName
{
color: #C3765A;
}
</style>
background-color css
<style>
a { background-color: #C3765A; }
a { background-color: rgb(195,118,90); }
div.DivClassName
{
background-color: #C3765A;
}
.BgClassName
{
background-color: #C3765A;
}
</style>
border-color css
<style>
span { border-color: #C3765A; }
span { border-color: rgb(195,118,90); }
td.TdClassName
{
border-color: #C3765A;
}
.TagClassName
{
border-color: #C3765A;
}
</style>