Shades of Japonica #C06D5B
Tints of Japonica #C06D5B
RGB
CMYK
RGB Variations
Color information
#C06D5B (or 0xC06D5B) is known color: Japonica. HEX triplet: C0, 6D and 5B. RGB value is (192,109,91). Sum of RGB (Red+Green+Blue) = 192+109+91=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D5B is #3F92A4. Grayscale: #838383. Windows color (decimal): -4166309 or 5991872. OLE color: 5991872.
HSL color Cylindrical-coordinate representation of color #C06D5B: hue angle of 10.69º 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 #C06D5B is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 91 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.25 |
| HSL | 10.69º | 0.44% | 0.55% | - |
| HSV(B) | 10.69º | 0.53% | 0.75% | - |
| XYZ | 29.1 | 22.9 | 12.78 | - |
| YUV | 131.77 | 105 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 91 | 0 | 0.43 | 0.53 | 0.25 | 10.69 | 0.44 | 0.55 |
| Hex | C0 | 6D | 5B | 0 | 2B | 35 | 19 | B | 2C | 37 |
| Octal | 300 | 155 | 133 | 0 | 53 | 65 | 31 | 13 | 54 | 67 |
| Binary | 11000000 | 1101101 | 1011011 | 0 | 101011 | 110101 | 11001 | 1011 | 101100 | 110111 |
Color Harmonies of #C06D5B
Complementary color
Monochromatic Colors of #C06D5B
Black with #C06D5B
Text Example
Text Example
White with #C06D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D5B; }
p { color: rgb(192,109,91); }
H1.HeaderClassName
{
color: #C06D5B;
}
.AnyTagClassName
{
color: #C06D5B;
}
</style>
background-color css
<style>
a { background-color: #C06D5B; }
a { background-color: rgb(192,109,91); }
div.DivClassName
{
background-color: #C06D5B;
}
.BgClassName
{
background-color: #C06D5B;
}
</style>
border-color css
<style>
span { border-color: #C06D5B; }
span { border-color: rgb(192,109,91); }
td.TdClassName
{
border-color: #C06D5B;
}
.TagClassName
{
border-color: #C06D5B;
}
</style>