Shades of Japonica #CB7A5E
Tints of Japonica #CB7A5E
RGB
CMYK
RGB Variations
Color information
#CB7A5E (or 0xCB7A5E) is known color: Japonica. HEX triplet: CB, 7A and 5E. RGB value is (203,122,94). Sum of RGB (Red+Green+Blue) = 203+122+94=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A5E is #3485A1. Grayscale: #8F8F8F. Windows color (decimal): -3442082 or 6191819. OLE color: 6191819.
HSL color Cylindrical-coordinate representation of color #CB7A5E: hue angle of 15.41º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB7A5E is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 94 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.20 |
| HSL | 15.41º | 0.51% | 0.58% | - |
| HSV(B) | 15.41º | 0.54% | 0.8% | - |
| XYZ | 33.61 | 27.42 | 14.11 | - |
| YUV | 143.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 94 | 0 | 0.40 | 0.54 | 0.20 | 15.41 | 0.51 | 0.58 |
| Hex | CB | 7A | 5E | 0 | 28 | 36 | 14 | F | 33 | 3A |
| Octal | 313 | 172 | 136 | 0 | 50 | 66 | 24 | 17 | 63 | 72 |
| Binary | 11001011 | 1111010 | 1011110 | 0 | 101000 | 110110 | 10100 | 1111 | 110011 | 111010 |
Color Harmonies of #CB7A5E
Complementary color
Monochromatic Colors of #CB7A5E
Black with #CB7A5E
Text Example
Text Example
White with #CB7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A5E; }
p { color: rgb(203,122,94); }
H1.HeaderClassName
{
color: #CB7A5E;
}
.AnyTagClassName
{
color: #CB7A5E;
}
</style>
background-color css
<style>
a { background-color: #CB7A5E; }
a { background-color: rgb(203,122,94); }
div.DivClassName
{
background-color: #CB7A5E;
}
.BgClassName
{
background-color: #CB7A5E;
}
</style>
border-color css
<style>
span { border-color: #CB7A5E; }
span { border-color: rgb(203,122,94); }
td.TdClassName
{
border-color: #CB7A5E;
}
.TagClassName
{
border-color: #CB7A5E;
}
</style>