Shades of Japonica #CB705D
Tints of Japonica #CB705D
RGB
CMYK
RGB Variations
Color information
#CB705D (or 0xCB705D) is known color: Japonica. HEX triplet: CB, 70 and 5D. RGB value is (203,112,93). Sum of RGB (Red+Green+Blue) = 203+112+93=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB705D is #348FA2. Grayscale: #898989. Windows color (decimal): -3444643 or 6123723. OLE color: 6123723.
HSL color Cylindrical-coordinate representation of color #CB705D: hue angle of 10.36º 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 #CB705D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 93 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.20 |
| HSL | 10.36º | 0.51% | 0.58% | - |
| HSV(B) | 10.36º | 0.54% | 0.8% | - |
| XYZ | 32.4 | 25.08 | 13.49 | - |
| YUV | 137.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 93 | 0 | 0.45 | 0.54 | 0.20 | 10.36 | 0.51 | 0.58 |
| Hex | CB | 70 | 5D | 0 | 2D | 36 | 14 | A | 33 | 3A |
| Octal | 313 | 160 | 135 | 0 | 55 | 66 | 24 | 12 | 63 | 72 |
| Binary | 11001011 | 1110000 | 1011101 | 0 | 101101 | 110110 | 10100 | 1010 | 110011 | 111010 |
Color Harmonies of #CB705D
Complementary color
Monochromatic Colors of #CB705D
Black with #CB705D
Text Example
Text Example
White with #CB705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB705D; }
p { color: rgb(203,112,93); }
H1.HeaderClassName
{
color: #CB705D;
}
.AnyTagClassName
{
color: #CB705D;
}
</style>
background-color css
<style>
a { background-color: #CB705D; }
a { background-color: rgb(203,112,93); }
div.DivClassName
{
background-color: #CB705D;
}
.BgClassName
{
background-color: #CB705D;
}
</style>
border-color css
<style>
span { border-color: #CB705D; }
span { border-color: rgb(203,112,93); }
td.TdClassName
{
border-color: #CB705D;
}
.TagClassName
{
border-color: #CB705D;
}
</style>