Shades of Japonica #CB705C
Tints of Japonica #CB705C
RGB
CMYK
RGB Variations
Color information
#CB705C (or 0xCB705C) is known color: Japonica. HEX triplet: CB, 70 and 5C. RGB value is (203,112,92). Sum of RGB (Red+Green+Blue) = 203+112+92=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB705C is #348FA3. Grayscale: #898989. Windows color (decimal): -3444644 or 6058187. OLE color: 6058187.
HSL color Cylindrical-coordinate representation of color #CB705C: hue angle of 10.81º 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 #CB705C is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 92 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.20 |
| HSL | 10.81º | 0.52% | 0.58% | - |
| HSV(B) | 10.81º | 0.55% | 0.8% | - |
| XYZ | 32.35 | 25.06 | 13.26 | - |
| YUV | 136.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 92 | 0 | 0.45 | 0.55 | 0.20 | 10.81 | 0.52 | 0.58 |
| Hex | CB | 70 | 5C | 0 | 2D | 37 | 14 | B | 34 | 3A |
| Octal | 313 | 160 | 134 | 0 | 55 | 67 | 24 | 13 | 64 | 72 |
| Binary | 11001011 | 1110000 | 1011100 | 0 | 101101 | 110111 | 10100 | 1011 | 110100 | 111010 |
Color Harmonies of #CB705C
Complementary color
Monochromatic Colors of #CB705C
Black with #CB705C
Text Example
Text Example
White with #CB705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB705C; }
p { color: rgb(203,112,92); }
H1.HeaderClassName
{
color: #CB705C;
}
.AnyTagClassName
{
color: #CB705C;
}
</style>
background-color css
<style>
a { background-color: #CB705C; }
a { background-color: rgb(203,112,92); }
div.DivClassName
{
background-color: #CB705C;
}
.BgClassName
{
background-color: #CB705C;
}
</style>
border-color css
<style>
span { border-color: #CB705C; }
span { border-color: rgb(203,112,92); }
td.TdClassName
{
border-color: #CB705C;
}
.TagClassName
{
border-color: #CB705C;
}
</style>