Shades of Japonica #C67557
Tints of Japonica #C67557
RGB
CMYK
RGB Variations
Color information
#C67557 (or 0xC67557) is known color: Japonica. HEX triplet: C6, 75 and 57. RGB value is (198,117,87). Sum of RGB (Red+Green+Blue) = 198+117+87=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C67557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67557 is #398AA8. Grayscale: #8A8A8A. Windows color (decimal): -3771049 or 5731782. OLE color: 5731782.
HSL color Cylindrical-coordinate representation of color #C67557: hue angle of 16.22º 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 #C67557 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 87 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.22 |
| HSL | 16.22º | 0.49% | 0.56% | - |
| HSV(B) | 16.22º | 0.56% | 0.78% | - |
| XYZ | 31.37 | 25.42 | 12.27 | - |
| YUV | 137.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 87 | 0 | 0.41 | 0.56 | 0.22 | 16.22 | 0.49 | 0.56 |
| Hex | C6 | 75 | 57 | 0 | 29 | 38 | 16 | 10 | 31 | 38 |
| Octal | 306 | 165 | 127 | 0 | 51 | 70 | 26 | 20 | 61 | 70 |
| Binary | 11000110 | 1110101 | 1010111 | 0 | 101001 | 111000 | 10110 | 10000 | 110001 | 111000 |
Color Harmonies of #C67557
Complementary color
Monochromatic Colors of #C67557
Black with #C67557
Text Example
Text Example
White with #C67557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67557; }
p { color: rgb(198,117,87); }
H1.HeaderClassName
{
color: #C67557;
}
.AnyTagClassName
{
color: #C67557;
}
</style>
background-color css
<style>
a { background-color: #C67557; }
a { background-color: rgb(198,117,87); }
div.DivClassName
{
background-color: #C67557;
}
.BgClassName
{
background-color: #C67557;
}
</style>
border-color css
<style>
span { border-color: #C67557; }
span { border-color: rgb(198,117,87); }
td.TdClassName
{
border-color: #C67557;
}
.TagClassName
{
border-color: #C67557;
}
</style>