Shades of Japonica #C67357
Tints of Japonica #C67357
RGB
CMYK
RGB Variations
Color information
#C67357 (or 0xC67357) is known color: Japonica. HEX triplet: C6, 73 and 57. RGB value is (198,115,87). Sum of RGB (Red+Green+Blue) = 198+115+87=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C67357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67357 is #398CA8. Grayscale: #888888. Windows color (decimal): -3771561 or 5731270. OLE color: 5731270.
HSL color Cylindrical-coordinate representation of color #C67357: hue angle of 15.14º 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 #C67357 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 87 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.22 |
| HSL | 15.14º | 0.49% | 0.56% | - |
| HSV(B) | 15.14º | 0.56% | 0.78% | - |
| XYZ | 31.14 | 24.96 | 12.19 | - |
| YUV | 136.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 87 | 0 | 0.42 | 0.56 | 0.22 | 15.14 | 0.49 | 0.56 |
| Hex | C6 | 73 | 57 | 0 | 2A | 38 | 16 | F | 31 | 38 |
| Octal | 306 | 163 | 127 | 0 | 52 | 70 | 26 | 17 | 61 | 70 |
| Binary | 11000110 | 1110011 | 1010111 | 0 | 101010 | 111000 | 10110 | 1111 | 110001 | 111000 |
Color Harmonies of #C67357
Complementary color
Monochromatic Colors of #C67357
Black with #C67357
Text Example
Text Example
White with #C67357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67357; }
p { color: rgb(198,115,87); }
H1.HeaderClassName
{
color: #C67357;
}
.AnyTagClassName
{
color: #C67357;
}
</style>
background-color css
<style>
a { background-color: #C67357; }
a { background-color: rgb(198,115,87); }
div.DivClassName
{
background-color: #C67357;
}
.BgClassName
{
background-color: #C67357;
}
</style>
border-color css
<style>
span { border-color: #C67357; }
span { border-color: rgb(198,115,87); }
td.TdClassName
{
border-color: #C67357;
}
.TagClassName
{
border-color: #C67357;
}
</style>