Shades of Hopbush #CB60A0
Tints of Hopbush #CB60A0
RGB
CMYK
RGB Variations
Color information
#CB60A0 (or 0xCB60A0) is known color: Hopbush. HEX triplet: CB, 60 and A0. RGB value is (203,96,160). Sum of RGB (Red+Green+Blue) = 203+96+160=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60A0 is #349F5F. Grayscale: #878787. Windows color (decimal): -3448672 or 10510539. OLE color: 10510539.
HSL color Cylindrical-coordinate representation of color #CB60A0: hue angle of 324.11º 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 #CB60A0 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 160 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.20 |
| HSL | 324.11º | 0.51% | 0.59% | - |
| HSV(B) | 324.11º | 0.53% | 0.8% | - |
| XYZ | 35.16 | 23.6 | 35.96 | - |
| YUV | 135.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 160 | 0 | 0.53 | 0.21 | 0.20 | 324.11 | 0.51 | 0.59 |
| Hex | CB | 60 | A0 | 0 | 35 | 15 | 14 | 144 | 33 | 3B |
| Octal | 313 | 140 | 240 | 0 | 65 | 25 | 24 | 504 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10100000 | 0 | 110101 | 10101 | 10100 | 101000100 | 110011 | 111011 |
Color Harmonies of #CB60A0
Complementary color
Monochromatic Colors of #CB60A0
Black with #CB60A0
Text Example
Text Example
White with #CB60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60A0; }
p { color: rgb(203,96,160); }
H1.HeaderClassName
{
color: #CB60A0;
}
.AnyTagClassName
{
color: #CB60A0;
}
</style>
background-color css
<style>
a { background-color: #CB60A0; }
a { background-color: rgb(203,96,160); }
div.DivClassName
{
background-color: #CB60A0;
}
.BgClassName
{
background-color: #CB60A0;
}
</style>
border-color css
<style>
span { border-color: #CB60A0; }
span { border-color: rgb(203,96,160); }
td.TdClassName
{
border-color: #CB60A0;
}
.TagClassName
{
border-color: #CB60A0;
}
</style>