Shades of Japonica #CB705E
Tints of Japonica #CB705E
RGB
CMYK
RGB Variations
Color information
#CB705E (or 0xCB705E) is known color: Japonica. HEX triplet: CB, 70 and 5E. RGB value is (203,112,94). Sum of RGB (Red+Green+Blue) = 203+112+94=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB705E is #348FA1. Grayscale: #898989. Windows color (decimal): -3444642 or 6189259. OLE color: 6189259.
HSL color Cylindrical-coordinate representation of color #CB705E: hue angle of 9.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB705E is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 94 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.20 |
| HSL | 9.91º | 0.51% | 0.58% | - |
| HSV(B) | 9.91º | 0.54% | 0.8% | - |
| XYZ | 32.44 | 25.09 | 13.72 | - |
| YUV | 137.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 94 | 0 | 0.45 | 0.54 | 0.20 | 9.91 | 0.51 | 0.58 |
| Hex | CB | 70 | 5E | 0 | 2D | 36 | 14 | A | 33 | 3A |
| Octal | 313 | 160 | 136 | 0 | 55 | 66 | 24 | 12 | 63 | 72 |
| Binary | 11001011 | 1110000 | 1011110 | 0 | 101101 | 110110 | 10100 | 1010 | 110011 | 111010 |
Color Harmonies of #CB705E
Complementary color
Monochromatic Colors of #CB705E
Black with #CB705E
Text Example
Text Example
White with #CB705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB705E; }
p { color: rgb(203,112,94); }
H1.HeaderClassName
{
color: #CB705E;
}
.AnyTagClassName
{
color: #CB705E;
}
</style>
background-color css
<style>
a { background-color: #CB705E; }
a { background-color: rgb(203,112,94); }
div.DivClassName
{
background-color: #CB705E;
}
.BgClassName
{
background-color: #CB705E;
}
</style>
border-color css
<style>
span { border-color: #CB705E; }
span { border-color: rgb(203,112,94); }
td.TdClassName
{
border-color: #CB705E;
}
.TagClassName
{
border-color: #CB705E;
}
</style>