Shades of Hopbush #CB60A1
Tints of Hopbush #CB60A1
RGB
CMYK
RGB Variations
Color information
#CB60A1 (or 0xCB60A1) is known color: Hopbush. HEX triplet: CB, 60 and A1. RGB value is (203,96,161). Sum of RGB (Red+Green+Blue) = 203+96+161=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60A1 is #349F5E. Grayscale: #878787. Windows color (decimal): -3448671 or 10576075. OLE color: 10576075.
HSL color Cylindrical-coordinate representation of color #CB60A1: hue angle of 323.55º 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 #CB60A1 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 161 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.20 |
| HSL | 323.55º | 0.51% | 0.59% | - |
| HSV(B) | 323.55º | 0.53% | 0.8% | - |
| XYZ | 35.24 | 23.64 | 36.42 | - |
| YUV | 135.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 161 | 0 | 0.53 | 0.21 | 0.20 | 323.55 | 0.51 | 0.59 |
| Hex | CB | 60 | A1 | 0 | 35 | 15 | 14 | 144 | 33 | 3B |
| Octal | 313 | 140 | 241 | 0 | 65 | 25 | 24 | 504 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10100001 | 0 | 110101 | 10101 | 10100 | 101000100 | 110011 | 111011 |
Color Harmonies of #CB60A1
Complementary color
Monochromatic Colors of #CB60A1
Black with #CB60A1
Text Example
Text Example
White with #CB60A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60A1; }
p { color: rgb(203,96,161); }
H1.HeaderClassName
{
color: #CB60A1;
}
.AnyTagClassName
{
color: #CB60A1;
}
</style>
background-color css
<style>
a { background-color: #CB60A1; }
a { background-color: rgb(203,96,161); }
div.DivClassName
{
background-color: #CB60A1;
}
.BgClassName
{
background-color: #CB60A1;
}
</style>
border-color css
<style>
span { border-color: #CB60A1; }
span { border-color: rgb(203,96,161); }
td.TdClassName
{
border-color: #CB60A1;
}
.TagClassName
{
border-color: #CB60A1;
}
</style>