Shades of Hopbush #CB6BA4
Tints of Hopbush #CB6BA4
RGB
CMYK
RGB Variations
Color information
#CB6BA4 (or 0xCB6BA4) is known color: Hopbush. HEX triplet: CB, 6B and A4. RGB value is (203,107,164). Sum of RGB (Red+Green+Blue) = 203+107+164=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6BA4 is #34945B. Grayscale: #8E8E8E. Windows color (decimal): -3445852 or 10775499. OLE color: 10775499.
HSL color Cylindrical-coordinate representation of color #CB6BA4: hue angle of 324.38º 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 #CB6BA4 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 164 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.20 |
| HSL | 324.38º | 0.48% | 0.61% | - |
| HSV(B) | 324.38º | 0.47% | 0.8% | - |
| XYZ | 36.59 | 25.89 | 38.19 | - |
| YUV | 142.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 164 | 0 | 0.47 | 0.19 | 0.20 | 324.38 | 0.48 | 0.61 |
| Hex | CB | 6B | A4 | 0 | 2F | 13 | 14 | 144 | 30 | 3D |
| Octal | 313 | 153 | 244 | 0 | 57 | 23 | 24 | 504 | 60 | 75 |
| Binary | 11001011 | 1101011 | 10100100 | 0 | 101111 | 10011 | 10100 | 101000100 | 110000 | 111101 |
Color Harmonies of #CB6BA4
Complementary color
Monochromatic Colors of #CB6BA4
Black with #CB6BA4
Text Example
Text Example
White with #CB6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BA4; }
p { color: rgb(203,107,164); }
H1.HeaderClassName
{
color: #CB6BA4;
}
.AnyTagClassName
{
color: #CB6BA4;
}
</style>
background-color css
<style>
a { background-color: #CB6BA4; }
a { background-color: rgb(203,107,164); }
div.DivClassName
{
background-color: #CB6BA4;
}
.BgClassName
{
background-color: #CB6BA4;
}
</style>
border-color css
<style>
span { border-color: #CB6BA4; }
span { border-color: rgb(203,107,164); }
td.TdClassName
{
border-color: #CB6BA4;
}
.TagClassName
{
border-color: #CB6BA4;
}
</style>