Shades of Hopbush #CB6CA2
Tints of Hopbush #CB6CA2
RGB
CMYK
RGB Variations
Color information
#CB6CA2 (or 0xCB6CA2) is known color: Hopbush. HEX triplet: CB, 6C and A2. RGB value is (203,108,162). Sum of RGB (Red+Green+Blue) = 203+108+162=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6CA2 is #34935D. Grayscale: #8E8E8E. Windows color (decimal): -3445598 or 10644683. OLE color: 10644683.
HSL color Cylindrical-coordinate representation of color #CB6CA2: hue angle of 325.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6CA2 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 162 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.20 |
| HSL | 325.89º | 0.48% | 0.61% | - |
| HSV(B) | 325.89º | 0.47% | 0.8% | - |
| XYZ | 36.51 | 26.03 | 37.28 | - |
| YUV | 142.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 162 | 0 | 0.47 | 0.20 | 0.20 | 325.89 | 0.48 | 0.61 |
| Hex | CB | 6C | A2 | 0 | 2F | 14 | 14 | 146 | 30 | 3D |
| Octal | 313 | 154 | 242 | 0 | 57 | 24 | 24 | 506 | 60 | 75 |
| Binary | 11001011 | 1101100 | 10100010 | 0 | 101111 | 10100 | 10100 | 101000110 | 110000 | 111101 |
Color Harmonies of #CB6CA2
Complementary color
Monochromatic Colors of #CB6CA2
Black with #CB6CA2
Text Example
Text Example
White with #CB6CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CA2; }
p { color: rgb(203,108,162); }
H1.HeaderClassName
{
color: #CB6CA2;
}
.AnyTagClassName
{
color: #CB6CA2;
}
</style>
background-color css
<style>
a { background-color: #CB6CA2; }
a { background-color: rgb(203,108,162); }
div.DivClassName
{
background-color: #CB6CA2;
}
.BgClassName
{
background-color: #CB6CA2;
}
</style>
border-color css
<style>
span { border-color: #CB6CA2; }
span { border-color: rgb(203,108,162); }
td.TdClassName
{
border-color: #CB6CA2;
}
.TagClassName
{
border-color: #CB6CA2;
}
</style>