Shades of Japonica #C67A5F
Tints of Japonica #C67A5F
RGB
CMYK
RGB Variations
Color information
#C67A5F (or 0xC67A5F) is known color: Japonica. HEX triplet: C6, 7A and 5F. RGB value is (198,122,95). Sum of RGB (Red+Green+Blue) = 198+122+95=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A5F is #3985A0. Grayscale: #8D8D8D. Windows color (decimal): -3769761 or 6257350. OLE color: 6257350.
HSL color Cylindrical-coordinate representation of color #C67A5F: hue angle of 15.73º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C67A5F is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 95 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.22 |
| HSL | 15.73º | 0.47% | 0.57% | - |
| HSV(B) | 15.73º | 0.52% | 0.78% | - |
| XYZ | 32.31 | 26.75 | 14.29 | - |
| YUV | 141.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 95 | 0 | 0.38 | 0.52 | 0.22 | 15.73 | 0.47 | 0.57 |
| Hex | C6 | 7A | 5F | 0 | 26 | 34 | 16 | 10 | 2F | 39 |
| Octal | 306 | 172 | 137 | 0 | 46 | 64 | 26 | 20 | 57 | 71 |
| Binary | 11000110 | 1111010 | 1011111 | 0 | 100110 | 110100 | 10110 | 10000 | 101111 | 111001 |
Color Harmonies of #C67A5F
Complementary color
Monochromatic Colors of #C67A5F
Black with #C67A5F
Text Example
Text Example
White with #C67A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A5F; }
p { color: rgb(198,122,95); }
H1.HeaderClassName
{
color: #C67A5F;
}
.AnyTagClassName
{
color: #C67A5F;
}
</style>
background-color css
<style>
a { background-color: #C67A5F; }
a { background-color: rgb(198,122,95); }
div.DivClassName
{
background-color: #C67A5F;
}
.BgClassName
{
background-color: #C67A5F;
}
</style>
border-color css
<style>
span { border-color: #C67A5F; }
span { border-color: rgb(198,122,95); }
td.TdClassName
{
border-color: #C67A5F;
}
.TagClassName
{
border-color: #C67A5F;
}
</style>