Shades of Japonica #CB705B
Tints of Japonica #CB705B
RGB
CMYK
RGB Variations
Color information
#CB705B (or 0xCB705B) is known color: Japonica. HEX triplet: CB, 70 and 5B. RGB value is (203,112,91). Sum of RGB (Red+Green+Blue) = 203+112+91=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB705B is #348FA4. Grayscale: #888888. Windows color (decimal): -3444645 or 5992651. OLE color: 5992651.
HSL color Cylindrical-coordinate representation of color #CB705B: hue angle of 11.25º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB705B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 91 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.20 |
| HSL | 11.25º | 0.52% | 0.58% | - |
| HSV(B) | 11.25º | 0.55% | 0.8% | - |
| XYZ | 32.31 | 25.04 | 13.03 | - |
| YUV | 136.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 91 | 0 | 0.45 | 0.55 | 0.20 | 11.25 | 0.52 | 0.58 |
| Hex | CB | 70 | 5B | 0 | 2D | 37 | 14 | B | 34 | 3A |
| Octal | 313 | 160 | 133 | 0 | 55 | 67 | 24 | 13 | 64 | 72 |
| Binary | 11001011 | 1110000 | 1011011 | 0 | 101101 | 110111 | 10100 | 1011 | 110100 | 111010 |
Color Harmonies of #CB705B
Complementary color
Monochromatic Colors of #CB705B
Black with #CB705B
Text Example
Text Example
White with #CB705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB705B; }
p { color: rgb(203,112,91); }
H1.HeaderClassName
{
color: #CB705B;
}
.AnyTagClassName
{
color: #CB705B;
}
</style>
background-color css
<style>
a { background-color: #CB705B; }
a { background-color: rgb(203,112,91); }
div.DivClassName
{
background-color: #CB705B;
}
.BgClassName
{
background-color: #CB705B;
}
</style>
border-color css
<style>
span { border-color: #CB705B; }
span { border-color: rgb(203,112,91); }
td.TdClassName
{
border-color: #CB705B;
}
.TagClassName
{
border-color: #CB705B;
}
</style>