Shades of Japonica #C06F5B
Tints of Japonica #C06F5B
RGB
CMYK
RGB Variations
Color information
#C06F5B (or 0xC06F5B) is known color: Japonica. HEX triplet: C0, 6F and 5B. RGB value is (192,111,91). Sum of RGB (Red+Green+Blue) = 192+111+91=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F5B is #3F90A4. Grayscale: #858585. Windows color (decimal): -4165797 or 5992384. OLE color: 5992384.
HSL color Cylindrical-coordinate representation of color #C06F5B: hue angle of 11.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06F5B is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 91 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.25 |
| HSL | 11.88º | 0.44% | 0.55% | - |
| HSV(B) | 11.88º | 0.53% | 0.75% | - |
| XYZ | 29.31 | 23.33 | 12.86 | - |
| YUV | 132.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 91 | 0 | 0.42 | 0.53 | 0.25 | 11.88 | 0.44 | 0.55 |
| Hex | C0 | 6F | 5B | 0 | 2A | 35 | 19 | C | 2C | 37 |
| Octal | 300 | 157 | 133 | 0 | 52 | 65 | 31 | 14 | 54 | 67 |
| Binary | 11000000 | 1101111 | 1011011 | 0 | 101010 | 110101 | 11001 | 1100 | 101100 | 110111 |
Color Harmonies of #C06F5B
Complementary color
Monochromatic Colors of #C06F5B
Black with #C06F5B
Text Example
Text Example
White with #C06F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F5B; }
p { color: rgb(192,111,91); }
H1.HeaderClassName
{
color: #C06F5B;
}
.AnyTagClassName
{
color: #C06F5B;
}
</style>
background-color css
<style>
a { background-color: #C06F5B; }
a { background-color: rgb(192,111,91); }
div.DivClassName
{
background-color: #C06F5B;
}
.BgClassName
{
background-color: #C06F5B;
}
</style>
border-color css
<style>
span { border-color: #C06F5B; }
span { border-color: rgb(192,111,91); }
td.TdClassName
{
border-color: #C06F5B;
}
.TagClassName
{
border-color: #C06F5B;
}
</style>