Shades of Japonica #CB705F
Tints of Japonica #CB705F
RGB
CMYK
RGB Variations
Color information
#CB705F (or 0xCB705F) is known color: Japonica. HEX triplet: CB, 70 and 5F. RGB value is (203,112,95). Sum of RGB (Red+Green+Blue) = 203+112+95=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB705F is #348FA0. Grayscale: #898989. Windows color (decimal): -3444641 or 6254795. OLE color: 6254795.
HSL color Cylindrical-coordinate representation of color #CB705F: hue angle of 9.44º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB705F is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 95 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.20 |
| HSL | 9.44º | 0.51% | 0.58% | - |
| HSV(B) | 9.44º | 0.53% | 0.8% | - |
| XYZ | 32.49 | 25.11 | 13.96 | - |
| YUV | 137.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 95 | 0 | 0.45 | 0.53 | 0.20 | 9.44 | 0.51 | 0.58 |
| Hex | CB | 70 | 5F | 0 | 2D | 35 | 14 | 9 | 33 | 3A |
| Octal | 313 | 160 | 137 | 0 | 55 | 65 | 24 | 11 | 63 | 72 |
| Binary | 11001011 | 1110000 | 1011111 | 0 | 101101 | 110101 | 10100 | 1001 | 110011 | 111010 |
Color Harmonies of #CB705F
Complementary color
Monochromatic Colors of #CB705F
Black with #CB705F
Text Example
Text Example
White with #CB705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB705F; }
p { color: rgb(203,112,95); }
H1.HeaderClassName
{
color: #CB705F;
}
.AnyTagClassName
{
color: #CB705F;
}
</style>
background-color css
<style>
a { background-color: #CB705F; }
a { background-color: rgb(203,112,95); }
div.DivClassName
{
background-color: #CB705F;
}
.BgClassName
{
background-color: #CB705F;
}
</style>
border-color css
<style>
span { border-color: #CB705F; }
span { border-color: rgb(203,112,95); }
td.TdClassName
{
border-color: #CB705F;
}
.TagClassName
{
border-color: #CB705F;
}
</style>