Shades of Japonica #CB7B57
Tints of Japonica #CB7B57
RGB
CMYK
RGB Variations
Color information
#CB7B57 (or 0xCB7B57) is known color: Japonica. HEX triplet: CB, 7B and 57. RGB value is (203,123,87). Sum of RGB (Red+Green+Blue) = 203+123+87=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B57 is #3484A8. Grayscale: #8F8F8F. Windows color (decimal): -3441833 or 5733323. OLE color: 5733323.
HSL color Cylindrical-coordinate representation of color #CB7B57: hue angle of 18.62º 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 #CB7B57 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 87 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.20 |
| HSL | 18.62º | 0.53% | 0.57% | - |
| HSV(B) | 18.62º | 0.57% | 0.8% | - |
| XYZ | 33.43 | 27.55 | 12.57 | - |
| YUV | 142.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 87 | 0 | 0.39 | 0.57 | 0.20 | 18.62 | 0.53 | 0.57 |
| Hex | CB | 7B | 57 | 0 | 27 | 39 | 14 | 13 | 35 | 39 |
| Octal | 313 | 173 | 127 | 0 | 47 | 71 | 24 | 23 | 65 | 71 |
| Binary | 11001011 | 1111011 | 1010111 | 0 | 100111 | 111001 | 10100 | 10011 | 110101 | 111001 |
Color Harmonies of #CB7B57
Complementary color
Monochromatic Colors of #CB7B57
Black with #CB7B57
Text Example
Text Example
White with #CB7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B57; }
p { color: rgb(203,123,87); }
H1.HeaderClassName
{
color: #CB7B57;
}
.AnyTagClassName
{
color: #CB7B57;
}
</style>
background-color css
<style>
a { background-color: #CB7B57; }
a { background-color: rgb(203,123,87); }
div.DivClassName
{
background-color: #CB7B57;
}
.BgClassName
{
background-color: #CB7B57;
}
</style>
border-color css
<style>
span { border-color: #CB7B57; }
span { border-color: rgb(203,123,87); }
td.TdClassName
{
border-color: #CB7B57;
}
.TagClassName
{
border-color: #CB7B57;
}
</style>