Shades of Hopbush #CB60AA
Tints of Hopbush #CB60AA
RGB
CMYK
RGB Variations
Color information
#CB60AA (or 0xCB60AA) is known color: Hopbush. HEX triplet: CB, 60 and AA. RGB value is (203,96,170). Sum of RGB (Red+Green+Blue) = 203+96+170=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60AA is #349F55. Grayscale: #888888. Windows color (decimal): -3448662 or 11165899. OLE color: 11165899.
HSL color Cylindrical-coordinate representation of color #CB60AA: hue angle of 318.5º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB60AA is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 170 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.20 |
| HSL | 318.5º | 0.51% | 0.59% | - |
| HSV(B) | 318.5º | 0.53% | 0.8% | - |
| XYZ | 36.07 | 23.96 | 40.75 | - |
| YUV | 136.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 170 | 0 | 0.53 | 0.16 | 0.20 | 318.5 | 0.51 | 0.59 |
| Hex | CB | 60 | AA | 0 | 35 | 10 | 14 | 13F | 33 | 3B |
| Octal | 313 | 140 | 252 | 0 | 65 | 20 | 24 | 477 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10101010 | 0 | 110101 | 10000 | 10100 | 100111111 | 110011 | 111011 |
Color Harmonies of #CB60AA
Complementary color
Monochromatic Colors of #CB60AA
Black with #CB60AA
Text Example
Text Example
White with #CB60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60AA; }
p { color: rgb(203,96,170); }
H1.HeaderClassName
{
color: #CB60AA;
}
.AnyTagClassName
{
color: #CB60AA;
}
</style>
background-color css
<style>
a { background-color: #CB60AA; }
a { background-color: rgb(203,96,170); }
div.DivClassName
{
background-color: #CB60AA;
}
.BgClassName
{
background-color: #CB60AA;
}
</style>
border-color css
<style>
span { border-color: #CB60AA; }
span { border-color: rgb(203,96,170); }
td.TdClassName
{
border-color: #CB60AA;
}
.TagClassName
{
border-color: #CB60AA;
}
</style>