Shades of Japonica #CB7B58
Tints of Japonica #CB7B58
RGB
CMYK
RGB Variations
Color information
#CB7B58 (or 0xCB7B58) is known color: Japonica. HEX triplet: CB, 7B and 58. RGB value is (203,123,88). Sum of RGB (Red+Green+Blue) = 203+123+88=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B58 is #3484A7. Grayscale: #8F8F8F. Windows color (decimal): -3441832 or 5798859. OLE color: 5798859.
HSL color Cylindrical-coordinate representation of color #CB7B58: hue angle of 18.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB7B58 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 88 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.20 |
| HSL | 18.26º | 0.53% | 0.57% | - |
| HSV(B) | 18.26º | 0.57% | 0.8% | - |
| XYZ | 33.47 | 27.57 | 12.79 | - |
| YUV | 142.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 88 | 0 | 0.39 | 0.57 | 0.20 | 18.26 | 0.53 | 0.57 |
| Hex | CB | 7B | 58 | 0 | 27 | 39 | 14 | 12 | 35 | 39 |
| Octal | 313 | 173 | 130 | 0 | 47 | 71 | 24 | 22 | 65 | 71 |
| Binary | 11001011 | 1111011 | 1011000 | 0 | 100111 | 111001 | 10100 | 10010 | 110101 | 111001 |
Color Harmonies of #CB7B58
Complementary color
Monochromatic Colors of #CB7B58
Black with #CB7B58
Text Example
Text Example
White with #CB7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B58; }
p { color: rgb(203,123,88); }
H1.HeaderClassName
{
color: #CB7B58;
}
.AnyTagClassName
{
color: #CB7B58;
}
</style>
background-color css
<style>
a { background-color: #CB7B58; }
a { background-color: rgb(203,123,88); }
div.DivClassName
{
background-color: #CB7B58;
}
.BgClassName
{
background-color: #CB7B58;
}
</style>
border-color css
<style>
span { border-color: #CB7B58; }
span { border-color: rgb(203,123,88); }
td.TdClassName
{
border-color: #CB7B58;
}
.TagClassName
{
border-color: #CB7B58;
}
</style>