Shades of Hopbush #CB6D8D
Tints of Hopbush #CB6D8D
RGB
CMYK
RGB Variations
Color information
#CB6D8D (or 0xCB6D8D) is known color: Hopbush. HEX triplet: CB, 6D and 8D. RGB value is (203,109,141). Sum of RGB (Red+Green+Blue) = 203+109+141=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6D8D is #349272. Grayscale: #8C8C8C. Windows color (decimal): -3445363 or 9268683. OLE color: 9268683.
HSL color Cylindrical-coordinate representation of color #CB6D8D: hue angle of 339.57º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6D8D is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 141 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.20 |
| HSL | 339.57º | 0.47% | 0.61% | - |
| HSV(B) | 339.57º | 0.46% | 0.8% | - |
| XYZ | 34.9 | 25.56 | 28.29 | - |
| YUV | 140.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 141 | 0 | 0.46 | 0.31 | 0.20 | 339.57 | 0.47 | 0.61 |
| Hex | CB | 6D | 8D | 0 | 2E | 1F | 14 | 154 | 2F | 3D |
| Octal | 313 | 155 | 215 | 0 | 56 | 37 | 24 | 524 | 57 | 75 |
| Binary | 11001011 | 1101101 | 10001101 | 0 | 101110 | 11111 | 10100 | 101010100 | 101111 | 111101 |
Color Harmonies of #CB6D8D
Complementary color
Monochromatic Colors of #CB6D8D
Black with #CB6D8D
Text Example
Text Example
White with #CB6D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D8D; }
p { color: rgb(203,109,141); }
H1.HeaderClassName
{
color: #CB6D8D;
}
.AnyTagClassName
{
color: #CB6D8D;
}
</style>
background-color css
<style>
a { background-color: #CB6D8D; }
a { background-color: rgb(203,109,141); }
div.DivClassName
{
background-color: #CB6D8D;
}
.BgClassName
{
background-color: #CB6D8D;
}
</style>
border-color css
<style>
span { border-color: #CB6D8D; }
span { border-color: rgb(203,109,141); }
td.TdClassName
{
border-color: #CB6D8D;
}
.TagClassName
{
border-color: #CB6D8D;
}
</style>