Shades of Japonica #C67B54
Tints of Japonica #C67B54
RGB
CMYK
RGB Variations
Color information
#C67B54 (or 0xC67B54) is known color: Japonica. HEX triplet: C6, 7B and 54. RGB value is (198,123,84). Sum of RGB (Red+Green+Blue) = 198+123+84=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67B54 is #3984AB. Grayscale: #8D8D8D. Windows color (decimal): -3769516 or 5536710. OLE color: 5536710.
HSL color Cylindrical-coordinate representation of color #C67B54: hue angle of 20.53º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C67B54 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 84 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.22 |
| HSL | 20.53º | 0.5% | 0.55% | - |
| HSV(B) | 20.53º | 0.58% | 0.78% | - |
| XYZ | 31.97 | 26.81 | 11.88 | - |
| YUV | 140.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 84 | 0 | 0.38 | 0.58 | 0.22 | 20.53 | 0.5 | 0.55 |
| Hex | C6 | 7B | 54 | 0 | 26 | 3A | 16 | 15 | 32 | 37 |
| Octal | 306 | 173 | 124 | 0 | 46 | 72 | 26 | 25 | 62 | 67 |
| Binary | 11000110 | 1111011 | 1010100 | 0 | 100110 | 111010 | 10110 | 10101 | 110010 | 110111 |
Color Harmonies of #C67B54
Complementary color
Monochromatic Colors of #C67B54
Black with #C67B54
Text Example
Text Example
White with #C67B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B54; }
p { color: rgb(198,123,84); }
H1.HeaderClassName
{
color: #C67B54;
}
.AnyTagClassName
{
color: #C67B54;
}
</style>
background-color css
<style>
a { background-color: #C67B54; }
a { background-color: rgb(198,123,84); }
div.DivClassName
{
background-color: #C67B54;
}
.BgClassName
{
background-color: #C67B54;
}
</style>
border-color css
<style>
span { border-color: #C67B54; }
span { border-color: rgb(198,123,84); }
td.TdClassName
{
border-color: #C67B54;
}
.TagClassName
{
border-color: #C67B54;
}
</style>