Shades of Hopbush #CB6DA2
Tints of Hopbush #CB6DA2
RGB
CMYK
RGB Variations
Color information
#CB6DA2 (or 0xCB6DA2) is known color: Hopbush. HEX triplet: CB, 6D and A2. RGB value is (203,109,162). Sum of RGB (Red+Green+Blue) = 203+109+162=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6DA2 is #34925D. Grayscale: #8F8F8F. Windows color (decimal): -3445342 or 10644939. OLE color: 10644939.
HSL color Cylindrical-coordinate representation of color #CB6DA2: hue angle of 326.17º 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 #CB6DA2 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 162 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.20 |
| HSL | 326.17º | 0.47% | 0.61% | - |
| HSV(B) | 326.17º | 0.46% | 0.8% | - |
| XYZ | 36.62 | 26.24 | 37.32 | - |
| YUV | 143.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 162 | 0 | 0.46 | 0.20 | 0.20 | 326.17 | 0.47 | 0.61 |
| Hex | CB | 6D | A2 | 0 | 2E | 14 | 14 | 146 | 2F | 3D |
| Octal | 313 | 155 | 242 | 0 | 56 | 24 | 24 | 506 | 57 | 75 |
| Binary | 11001011 | 1101101 | 10100010 | 0 | 101110 | 10100 | 10100 | 101000110 | 101111 | 111101 |
Color Harmonies of #CB6DA2
Complementary color
Monochromatic Colors of #CB6DA2
Black with #CB6DA2
Text Example
Text Example
White with #CB6DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DA2; }
p { color: rgb(203,109,162); }
H1.HeaderClassName
{
color: #CB6DA2;
}
.AnyTagClassName
{
color: #CB6DA2;
}
</style>
background-color css
<style>
a { background-color: #CB6DA2; }
a { background-color: rgb(203,109,162); }
div.DivClassName
{
background-color: #CB6DA2;
}
.BgClassName
{
background-color: #CB6DA2;
}
</style>
border-color css
<style>
span { border-color: #CB6DA2; }
span { border-color: rgb(203,109,162); }
td.TdClassName
{
border-color: #CB6DA2;
}
.TagClassName
{
border-color: #CB6DA2;
}
</style>