Shades of Japonica #C67A5E
Tints of Japonica #C67A5E
RGB
CMYK
RGB Variations
Color information
#C67A5E (or 0xC67A5E) is known color: Japonica. HEX triplet: C6, 7A and 5E. RGB value is (198,122,94). Sum of RGB (Red+Green+Blue) = 198+122+94=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A5E is #3985A1. Grayscale: #8D8D8D. Windows color (decimal): -3769762 or 6191814. OLE color: 6191814.
HSL color Cylindrical-coordinate representation of color #C67A5E: hue angle of 16.15º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C67A5E is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 94 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.22 |
| HSL | 16.15º | 0.48% | 0.57% | - |
| HSV(B) | 16.15º | 0.53% | 0.78% | - |
| XYZ | 32.27 | 26.73 | 14.05 | - |
| YUV | 141.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 94 | 0 | 0.38 | 0.53 | 0.22 | 16.15 | 0.48 | 0.57 |
| Hex | C6 | 7A | 5E | 0 | 26 | 35 | 16 | 10 | 30 | 39 |
| Octal | 306 | 172 | 136 | 0 | 46 | 65 | 26 | 20 | 60 | 71 |
| Binary | 11000110 | 1111010 | 1011110 | 0 | 100110 | 110101 | 10110 | 10000 | 110000 | 111001 |
Color Harmonies of #C67A5E
Complementary color
Monochromatic Colors of #C67A5E
Black with #C67A5E
Text Example
Text Example
White with #C67A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A5E; }
p { color: rgb(198,122,94); }
H1.HeaderClassName
{
color: #C67A5E;
}
.AnyTagClassName
{
color: #C67A5E;
}
</style>
background-color css
<style>
a { background-color: #C67A5E; }
a { background-color: rgb(198,122,94); }
div.DivClassName
{
background-color: #C67A5E;
}
.BgClassName
{
background-color: #C67A5E;
}
</style>
border-color css
<style>
span { border-color: #C67A5E; }
span { border-color: rgb(198,122,94); }
td.TdClassName
{
border-color: #C67A5E;
}
.TagClassName
{
border-color: #C67A5E;
}
</style>