Shades of Japonica #CB6C5D
Tints of Japonica #CB6C5D
RGB
CMYK
RGB Variations
Color information
#CB6C5D (or 0xCB6C5D) is known color: Japonica. HEX triplet: CB, 6C and 5D. RGB value is (203,108,93). Sum of RGB (Red+Green+Blue) = 203+108+93=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C5D is #3493A2. Grayscale: #868686. Windows color (decimal): -3445667 or 6122699. OLE color: 6122699.
HSL color Cylindrical-coordinate representation of color #CB6C5D: hue angle of 8.18º 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 #CB6C5D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 93 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.20 |
| HSL | 8.18º | 0.51% | 0.58% | - |
| HSV(B) | 8.18º | 0.54% | 0.8% | - |
| XYZ | 31.97 | 24.21 | 13.34 | - |
| YUV | 134.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 93 | 0 | 0.47 | 0.54 | 0.20 | 8.18 | 0.51 | 0.58 |
| Hex | CB | 6C | 5D | 0 | 2F | 36 | 14 | 8 | 33 | 3A |
| Octal | 313 | 154 | 135 | 0 | 57 | 66 | 24 | 10 | 63 | 72 |
| Binary | 11001011 | 1101100 | 1011101 | 0 | 101111 | 110110 | 10100 | 1000 | 110011 | 111010 |
Color Harmonies of #CB6C5D
Complementary color
Monochromatic Colors of #CB6C5D
Black with #CB6C5D
Text Example
Text Example
White with #CB6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C5D; }
p { color: rgb(203,108,93); }
H1.HeaderClassName
{
color: #CB6C5D;
}
.AnyTagClassName
{
color: #CB6C5D;
}
</style>
background-color css
<style>
a { background-color: #CB6C5D; }
a { background-color: rgb(203,108,93); }
div.DivClassName
{
background-color: #CB6C5D;
}
.BgClassName
{
background-color: #CB6C5D;
}
</style>
border-color css
<style>
span { border-color: #CB6C5D; }
span { border-color: rgb(203,108,93); }
td.TdClassName
{
border-color: #CB6C5D;
}
.TagClassName
{
border-color: #CB6C5D;
}
</style>