Shades of Japonica #C3795D
Tints of Japonica #C3795D
RGB
CMYK
RGB Variations
Color information
#C3795D (or 0xC3795D) is known color: Japonica. HEX triplet: C3, 79 and 5D. RGB value is (195,121,93). Sum of RGB (Red+Green+Blue) = 195+121+93=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3795D is #3C86A2. Grayscale: #8C8C8C. Windows color (decimal): -3966627 or 6126019. OLE color: 6126019.
HSL color Cylindrical-coordinate representation of color #C3795D: hue angle of 16.47º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3795D is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 93 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.24 |
| HSL | 16.47º | 0.46% | 0.56% | - |
| HSV(B) | 16.47º | 0.52% | 0.76% | - |
| XYZ | 31.32 | 26.07 | 13.74 | - |
| YUV | 139.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 93 | 0 | 0.38 | 0.52 | 0.24 | 16.47 | 0.46 | 0.56 |
| Hex | C3 | 79 | 5D | 0 | 26 | 34 | 18 | 10 | 2E | 38 |
| Octal | 303 | 171 | 135 | 0 | 46 | 64 | 30 | 20 | 56 | 70 |
| Binary | 11000011 | 1111001 | 1011101 | 0 | 100110 | 110100 | 11000 | 10000 | 101110 | 111000 |
Color Harmonies of #C3795D
Complementary color
Monochromatic Colors of #C3795D
Black with #C3795D
Text Example
Text Example
White with #C3795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3795D; }
p { color: rgb(195,121,93); }
H1.HeaderClassName
{
color: #C3795D;
}
.AnyTagClassName
{
color: #C3795D;
}
</style>
background-color css
<style>
a { background-color: #C3795D; }
a { background-color: rgb(195,121,93); }
div.DivClassName
{
background-color: #C3795D;
}
.BgClassName
{
background-color: #C3795D;
}
</style>
border-color css
<style>
span { border-color: #C3795D; }
span { border-color: rgb(195,121,93); }
td.TdClassName
{
border-color: #C3795D;
}
.TagClassName
{
border-color: #C3795D;
}
</style>