Shades of Japonica #CB7B5B
Tints of Japonica #CB7B5B
RGB
CMYK
RGB Variations
Color information
#CB7B5B (or 0xCB7B5B) is known color: Japonica. HEX triplet: CB, 7B and 5B. RGB value is (203,123,91). Sum of RGB (Red+Green+Blue) = 203+123+91=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B5B is #3484A4. Grayscale: #8F8F8F. Windows color (decimal): -3441829 or 5995467. OLE color: 5995467.
HSL color Cylindrical-coordinate representation of color #CB7B5B: hue angle of 17.14º 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 #CB7B5B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 91 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.20 |
| HSL | 17.14º | 0.52% | 0.58% | - |
| HSV(B) | 17.14º | 0.55% | 0.8% | - |
| XYZ | 33.6 | 27.62 | 13.46 | - |
| YUV | 143.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 91 | 0 | 0.39 | 0.55 | 0.20 | 17.14 | 0.52 | 0.58 |
| Hex | CB | 7B | 5B | 0 | 27 | 37 | 14 | 11 | 34 | 3A |
| Octal | 313 | 173 | 133 | 0 | 47 | 67 | 24 | 21 | 64 | 72 |
| Binary | 11001011 | 1111011 | 1011011 | 0 | 100111 | 110111 | 10100 | 10001 | 110100 | 111010 |
Color Harmonies of #CB7B5B
Complementary color
Monochromatic Colors of #CB7B5B
Black with #CB7B5B
Text Example
Text Example
White with #CB7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B5B; }
p { color: rgb(203,123,91); }
H1.HeaderClassName
{
color: #CB7B5B;
}
.AnyTagClassName
{
color: #CB7B5B;
}
</style>
background-color css
<style>
a { background-color: #CB7B5B; }
a { background-color: rgb(203,123,91); }
div.DivClassName
{
background-color: #CB7B5B;
}
.BgClassName
{
background-color: #CB7B5B;
}
</style>
border-color css
<style>
span { border-color: #CB7B5B; }
span { border-color: rgb(203,123,91); }
td.TdClassName
{
border-color: #CB7B5B;
}
.TagClassName
{
border-color: #CB7B5B;
}
</style>