Shades of Japonica #CB7853
Tints of Japonica #CB7853
RGB
CMYK
RGB Variations
Color information
#CB7853 (or 0xCB7853) is known color: Japonica. HEX triplet: CB, 78 and 53. RGB value is (203,120,83). Sum of RGB (Red+Green+Blue) = 203+120+83=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7853 is #3487AC. Grayscale: #8C8C8C. Windows color (decimal): -3442605 or 5470411. OLE color: 5470411.
HSL color Cylindrical-coordinate representation of color #CB7853: hue angle of 18.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB7853 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 83 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.20 |
| HSL | 18.5º | 0.54% | 0.56% | - |
| HSV(B) | 18.5º | 0.59% | 0.8% | - |
| XYZ | 32.91 | 26.75 | 11.61 | - |
| YUV | 140.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 83 | 0 | 0.41 | 0.59 | 0.20 | 18.5 | 0.54 | 0.56 |
| Hex | CB | 78 | 53 | 0 | 29 | 3B | 14 | 12 | 36 | 38 |
| Octal | 313 | 170 | 123 | 0 | 51 | 73 | 24 | 22 | 66 | 70 |
| Binary | 11001011 | 1111000 | 1010011 | 0 | 101001 | 111011 | 10100 | 10010 | 110110 | 111000 |
Color Harmonies of #CB7853
Complementary color
Monochromatic Colors of #CB7853
Black with #CB7853
Text Example
Text Example
White with #CB7853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7853; }
p { color: rgb(203,120,83); }
H1.HeaderClassName
{
color: #CB7853;
}
.AnyTagClassName
{
color: #CB7853;
}
</style>
background-color css
<style>
a { background-color: #CB7853; }
a { background-color: rgb(203,120,83); }
div.DivClassName
{
background-color: #CB7853;
}
.BgClassName
{
background-color: #CB7853;
}
</style>
border-color css
<style>
span { border-color: #CB7853; }
span { border-color: rgb(203,120,83); }
td.TdClassName
{
border-color: #CB7853;
}
.TagClassName
{
border-color: #CB7853;
}
</style>