Shades of Japonica #CB7061
Tints of Japonica #CB7061
RGB
CMYK
RGB Variations
Color information
#CB7061 (or 0xCB7061) is known color: Japonica. HEX triplet: CB, 70 and 61. RGB value is (203,112,97). Sum of RGB (Red+Green+Blue) = 203+112+97=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7061 is #348F9E. Grayscale: #898989. Windows color (decimal): -3444639 or 6385867. OLE color: 6385867.
HSL color Cylindrical-coordinate representation of color #CB7061: hue angle of 8.49º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB7061 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 97 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.20 |
| HSL | 8.49º | 0.5% | 0.59% | - |
| HSV(B) | 8.49º | 0.52% | 0.8% | - |
| XYZ | 32.58 | 25.15 | 14.45 | - |
| YUV | 137.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 97 | 0 | 0.45 | 0.52 | 0.20 | 8.49 | 0.5 | 0.59 |
| Hex | CB | 70 | 61 | 0 | 2D | 34 | 14 | 8 | 32 | 3B |
| Octal | 313 | 160 | 141 | 0 | 55 | 64 | 24 | 10 | 62 | 73 |
| Binary | 11001011 | 1110000 | 1100001 | 0 | 101101 | 110100 | 10100 | 1000 | 110010 | 111011 |
Color Harmonies of #CB7061
Complementary color
Monochromatic Colors of #CB7061
Black with #CB7061
Text Example
Text Example
White with #CB7061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7061; }
p { color: rgb(203,112,97); }
H1.HeaderClassName
{
color: #CB7061;
}
.AnyTagClassName
{
color: #CB7061;
}
</style>
background-color css
<style>
a { background-color: #CB7061; }
a { background-color: rgb(203,112,97); }
div.DivClassName
{
background-color: #CB7061;
}
.BgClassName
{
background-color: #CB7061;
}
</style>
border-color css
<style>
span { border-color: #CB7061; }
span { border-color: rgb(203,112,97); }
td.TdClassName
{
border-color: #CB7061;
}
.TagClassName
{
border-color: #CB7061;
}
</style>