Shades of Hopbush #CB628E
Tints of Hopbush #CB628E
RGB
CMYK
RGB Variations
Color information
#CB628E (or 0xCB628E) is known color: Hopbush. HEX triplet: CB, 62 and 8E. RGB value is (203,98,142). Sum of RGB (Red+Green+Blue) = 203+98+142=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB628E is #349D71. Grayscale: #868686. Windows color (decimal): -3448178 or 9331403. OLE color: 9331403.
HSL color Cylindrical-coordinate representation of color #CB628E: hue angle of 334.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB628E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 142 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.20 |
| HSL | 334.86º | 0.5% | 0.59% | - |
| HSV(B) | 334.86º | 0.52% | 0.8% | - |
| XYZ | 33.88 | 23.38 | 28.32 | - |
| YUV | 134.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 142 | 0 | 0.52 | 0.30 | 0.20 | 334.86 | 0.5 | 0.59 |
| Hex | CB | 62 | 8E | 0 | 34 | 1E | 14 | 14F | 32 | 3B |
| Octal | 313 | 142 | 216 | 0 | 64 | 36 | 24 | 517 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10001110 | 0 | 110100 | 11110 | 10100 | 101001111 | 110010 | 111011 |
Color Harmonies of #CB628E
Complementary color
Monochromatic Colors of #CB628E
Black with #CB628E
Text Example
Text Example
White with #CB628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB628E; }
p { color: rgb(203,98,142); }
H1.HeaderClassName
{
color: #CB628E;
}
.AnyTagClassName
{
color: #CB628E;
}
</style>
background-color css
<style>
a { background-color: #CB628E; }
a { background-color: rgb(203,98,142); }
div.DivClassName
{
background-color: #CB628E;
}
.BgClassName
{
background-color: #CB628E;
}
</style>
border-color css
<style>
span { border-color: #CB628E; }
span { border-color: rgb(203,98,142); }
td.TdClassName
{
border-color: #CB628E;
}
.TagClassName
{
border-color: #CB628E;
}
</style>