Shades of Hopbush #CB608F
Tints of Hopbush #CB608F
RGB
CMYK
RGB Variations
Color information
#CB608F (or 0xCB608F) is known color: Hopbush. HEX triplet: CB, 60 and 8F. RGB value is (203,96,143). Sum of RGB (Red+Green+Blue) = 203+96+143=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB608F is #349F70. Grayscale: #858585. Windows color (decimal): -3448689 or 9396427. OLE color: 9396427.
HSL color Cylindrical-coordinate representation of color #CB608F: hue angle of 333.64º 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 #CB608F is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 143 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.20 |
| HSL | 333.64º | 0.51% | 0.59% | - |
| HSV(B) | 333.64º | 0.53% | 0.8% | - |
| XYZ | 33.77 | 23.05 | 28.65 | - |
| YUV | 133.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 143 | 0 | 0.53 | 0.30 | 0.20 | 333.64 | 0.51 | 0.59 |
| Hex | CB | 60 | 8F | 0 | 35 | 1E | 14 | 14E | 33 | 3B |
| Octal | 313 | 140 | 217 | 0 | 65 | 36 | 24 | 516 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10001111 | 0 | 110101 | 11110 | 10100 | 101001110 | 110011 | 111011 |
Color Harmonies of #CB608F
Complementary color
Monochromatic Colors of #CB608F
Black with #CB608F
Text Example
Text Example
White with #CB608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB608F; }
p { color: rgb(203,96,143); }
H1.HeaderClassName
{
color: #CB608F;
}
.AnyTagClassName
{
color: #CB608F;
}
</style>
background-color css
<style>
a { background-color: #CB608F; }
a { background-color: rgb(203,96,143); }
div.DivClassName
{
background-color: #CB608F;
}
.BgClassName
{
background-color: #CB608F;
}
</style>
border-color css
<style>
span { border-color: #CB608F; }
span { border-color: rgb(203,96,143); }
td.TdClassName
{
border-color: #CB608F;
}
.TagClassName
{
border-color: #CB608F;
}
</style>