Shades of Japonica #C46C5A
Tints of Japonica #C46C5A
RGB
CMYK
RGB Variations
Color information
#C46C5A (or 0xC46C5A) is known color: Japonica. HEX triplet: C4, 6C and 5A. RGB value is (196,108,90). Sum of RGB (Red+Green+Blue) = 196+108+90=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C5A is #3B93A5. Grayscale: #848484. Windows color (decimal): -3904422 or 5926084. OLE color: 5926084.
HSL color Cylindrical-coordinate representation of color #C46C5A: hue angle of 10.19º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C46C5A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 90 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.23 |
| HSL | 10.19º | 0.47% | 0.56% | - |
| HSV(B) | 10.19º | 0.54% | 0.77% | - |
| XYZ | 29.97 | 23.2 | 12.57 | - |
| YUV | 132.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 90 | 0 | 0.45 | 0.54 | 0.23 | 10.19 | 0.47 | 0.56 |
| Hex | C4 | 6C | 5A | 0 | 2D | 36 | 17 | A | 2F | 38 |
| Octal | 304 | 154 | 132 | 0 | 55 | 66 | 27 | 12 | 57 | 70 |
| Binary | 11000100 | 1101100 | 1011010 | 0 | 101101 | 110110 | 10111 | 1010 | 101111 | 111000 |
Color Harmonies of #C46C5A
Complementary color
Monochromatic Colors of #C46C5A
Black with #C46C5A
Text Example
Text Example
White with #C46C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C5A; }
p { color: rgb(196,108,90); }
H1.HeaderClassName
{
color: #C46C5A;
}
.AnyTagClassName
{
color: #C46C5A;
}
</style>
background-color css
<style>
a { background-color: #C46C5A; }
a { background-color: rgb(196,108,90); }
div.DivClassName
{
background-color: #C46C5A;
}
.BgClassName
{
background-color: #C46C5A;
}
</style>
border-color css
<style>
span { border-color: #C46C5A; }
span { border-color: rgb(196,108,90); }
td.TdClassName
{
border-color: #C46C5A;
}
.TagClassName
{
border-color: #C46C5A;
}
</style>