Shades of Japonica #C67A57
Tints of Japonica #C67A57
RGB
CMYK
RGB Variations
Color information
#C67A57 (or 0xC67A57) is known color: Japonica. HEX triplet: C6, 7A and 57. RGB value is (198,122,87). Sum of RGB (Red+Green+Blue) = 198+122+87=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A57 is #3985A8. Grayscale: #8C8C8C. Windows color (decimal): -3769769 or 5733062. OLE color: 5733062.
HSL color Cylindrical-coordinate representation of color #C67A57: hue angle of 18.92º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C67A57 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 87 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.22 |
| HSL | 18.92º | 0.49% | 0.56% | - |
| HSV(B) | 18.92º | 0.56% | 0.78% | - |
| XYZ | 31.97 | 26.61 | 12.47 | - |
| YUV | 140.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 87 | 0 | 0.38 | 0.56 | 0.22 | 18.92 | 0.49 | 0.56 |
| Hex | C6 | 7A | 57 | 0 | 26 | 38 | 16 | 13 | 31 | 38 |
| Octal | 306 | 172 | 127 | 0 | 46 | 70 | 26 | 23 | 61 | 70 |
| Binary | 11000110 | 1111010 | 1010111 | 0 | 100110 | 111000 | 10110 | 10011 | 110001 | 111000 |
Color Harmonies of #C67A57
Complementary color
Monochromatic Colors of #C67A57
Black with #C67A57
Text Example
Text Example
White with #C67A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A57; }
p { color: rgb(198,122,87); }
H1.HeaderClassName
{
color: #C67A57;
}
.AnyTagClassName
{
color: #C67A57;
}
</style>
background-color css
<style>
a { background-color: #C67A57; }
a { background-color: rgb(198,122,87); }
div.DivClassName
{
background-color: #C67A57;
}
.BgClassName
{
background-color: #C67A57;
}
</style>
border-color css
<style>
span { border-color: #C67A57; }
span { border-color: rgb(198,122,87); }
td.TdClassName
{
border-color: #C67A57;
}
.TagClassName
{
border-color: #C67A57;
}
</style>