Shades of Japonica #CB7C56
Tints of Japonica #CB7C56
RGB
CMYK
RGB Variations
Color information
#CB7C56 (or 0xCB7C56) is known color: Japonica. HEX triplet: CB, 7C and 56. RGB value is (203,124,86). Sum of RGB (Red+Green+Blue) = 203+124+86=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C56 is #3483A9. Grayscale: #8F8F8F. Windows color (decimal): -3441578 or 5668043. OLE color: 5668043.
HSL color Cylindrical-coordinate representation of color #CB7C56: hue angle of 19.49º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB7C56 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 86 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.20 |
| HSL | 19.49º | 0.53% | 0.57% | - |
| HSV(B) | 19.49º | 0.58% | 0.8% | - |
| XYZ | 33.52 | 27.78 | 12.4 | - |
| YUV | 143.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 86 | 0 | 0.39 | 0.58 | 0.20 | 19.49 | 0.53 | 0.57 |
| Hex | CB | 7C | 56 | 0 | 27 | 3A | 14 | 13 | 35 | 39 |
| Octal | 313 | 174 | 126 | 0 | 47 | 72 | 24 | 23 | 65 | 71 |
| Binary | 11001011 | 1111100 | 1010110 | 0 | 100111 | 111010 | 10100 | 10011 | 110101 | 111001 |
Color Harmonies of #CB7C56
Complementary color
Monochromatic Colors of #CB7C56
Black with #CB7C56
Text Example
Text Example
White with #CB7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C56; }
p { color: rgb(203,124,86); }
H1.HeaderClassName
{
color: #CB7C56;
}
.AnyTagClassName
{
color: #CB7C56;
}
</style>
background-color css
<style>
a { background-color: #CB7C56; }
a { background-color: rgb(203,124,86); }
div.DivClassName
{
background-color: #CB7C56;
}
.BgClassName
{
background-color: #CB7C56;
}
</style>
border-color css
<style>
span { border-color: #CB7C56; }
span { border-color: rgb(203,124,86); }
td.TdClassName
{
border-color: #CB7C56;
}
.TagClassName
{
border-color: #CB7C56;
}
</style>