Shades of Japonica #CB6F5E
Tints of Japonica #CB6F5E
RGB
CMYK
RGB Variations
Color information
#CB6F5E (or 0xCB6F5E) is known color: Japonica. HEX triplet: CB, 6F and 5E. RGB value is (203,111,94). Sum of RGB (Red+Green+Blue) = 203+111+94=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F5E is #3490A1. Grayscale: #888888. Windows color (decimal): -3444898 or 6189003. OLE color: 6189003.
HSL color Cylindrical-coordinate representation of color #CB6F5E: hue angle of 9.36º 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 #CB6F5E is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 94 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.20 |
| HSL | 9.36º | 0.51% | 0.58% | - |
| HSV(B) | 9.36º | 0.54% | 0.8% | - |
| XYZ | 32.33 | 24.87 | 13.69 | - |
| YUV | 136.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 94 | 0 | 0.45 | 0.54 | 0.20 | 9.36 | 0.51 | 0.58 |
| Hex | CB | 6F | 5E | 0 | 2D | 36 | 14 | 9 | 33 | 3A |
| Octal | 313 | 157 | 136 | 0 | 55 | 66 | 24 | 11 | 63 | 72 |
| Binary | 11001011 | 1101111 | 1011110 | 0 | 101101 | 110110 | 10100 | 1001 | 110011 | 111010 |
Color Harmonies of #CB6F5E
Complementary color
Monochromatic Colors of #CB6F5E
Black with #CB6F5E
Text Example
Text Example
White with #CB6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F5E; }
p { color: rgb(203,111,94); }
H1.HeaderClassName
{
color: #CB6F5E;
}
.AnyTagClassName
{
color: #CB6F5E;
}
</style>
background-color css
<style>
a { background-color: #CB6F5E; }
a { background-color: rgb(203,111,94); }
div.DivClassName
{
background-color: #CB6F5E;
}
.BgClassName
{
background-color: #CB6F5E;
}
</style>
border-color css
<style>
span { border-color: #CB6F5E; }
span { border-color: rgb(203,111,94); }
td.TdClassName
{
border-color: #CB6F5E;
}
.TagClassName
{
border-color: #CB6F5E;
}
</style>