Shades of Hopbush #CB6BA5
Tints of Hopbush #CB6BA5
RGB
CMYK
RGB Variations
Color information
#CB6BA5 (or 0xCB6BA5) is known color: Hopbush. HEX triplet: CB, 6B and A5. RGB value is (203,107,165). Sum of RGB (Red+Green+Blue) = 203+107+165=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6BA5 is #34945A. Grayscale: #8E8E8E. Windows color (decimal): -3445851 or 10841035. OLE color: 10841035.
HSL color Cylindrical-coordinate representation of color #CB6BA5: hue angle of 323.75º 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 #CB6BA5 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 165 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.20 |
| HSL | 323.75º | 0.48% | 0.61% | - |
| HSV(B) | 323.75º | 0.47% | 0.8% | - |
| XYZ | 36.68 | 25.93 | 38.67 | - |
| YUV | 142.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 165 | 0 | 0.47 | 0.19 | 0.20 | 323.75 | 0.48 | 0.61 |
| Hex | CB | 6B | A5 | 0 | 2F | 13 | 14 | 144 | 30 | 3D |
| Octal | 313 | 153 | 245 | 0 | 57 | 23 | 24 | 504 | 60 | 75 |
| Binary | 11001011 | 1101011 | 10100101 | 0 | 101111 | 10011 | 10100 | 101000100 | 110000 | 111101 |
Color Harmonies of #CB6BA5
Complementary color
Monochromatic Colors of #CB6BA5
Black with #CB6BA5
Text Example
Text Example
White with #CB6BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BA5; }
p { color: rgb(203,107,165); }
H1.HeaderClassName
{
color: #CB6BA5;
}
.AnyTagClassName
{
color: #CB6BA5;
}
</style>
background-color css
<style>
a { background-color: #CB6BA5; }
a { background-color: rgb(203,107,165); }
div.DivClassName
{
background-color: #CB6BA5;
}
.BgClassName
{
background-color: #CB6BA5;
}
</style>
border-color css
<style>
span { border-color: #CB6BA5; }
span { border-color: rgb(203,107,165); }
td.TdClassName
{
border-color: #CB6BA5;
}
.TagClassName
{
border-color: #CB6BA5;
}
</style>