Shades of Hopbush #CB628D
Tints of Hopbush #CB628D
RGB
CMYK
RGB Variations
Color information
#CB628D (or 0xCB628D) is known color: Hopbush. HEX triplet: CB, 62 and 8D. RGB value is (203,98,141). Sum of RGB (Red+Green+Blue) = 203+98+141=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB628D is #349D72. Grayscale: #868686. Windows color (decimal): -3448179 or 9265867. OLE color: 9265867.
HSL color Cylindrical-coordinate representation of color #CB628D: hue angle of 335.43º 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 #CB628D is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 141 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.20 |
| HSL | 335.43º | 0.5% | 0.59% | - |
| HSV(B) | 335.43º | 0.52% | 0.8% | - |
| XYZ | 33.8 | 23.35 | 27.93 | - |
| YUV | 134.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 141 | 0 | 0.52 | 0.31 | 0.20 | 335.43 | 0.5 | 0.59 |
| Hex | CB | 62 | 8D | 0 | 34 | 1F | 14 | 14F | 32 | 3B |
| Octal | 313 | 142 | 215 | 0 | 64 | 37 | 24 | 517 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10001101 | 0 | 110100 | 11111 | 10100 | 101001111 | 110010 | 111011 |
Color Harmonies of #CB628D
Complementary color
Monochromatic Colors of #CB628D
Black with #CB628D
Text Example
Text Example
White with #CB628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB628D; }
p { color: rgb(203,98,141); }
H1.HeaderClassName
{
color: #CB628D;
}
.AnyTagClassName
{
color: #CB628D;
}
</style>
background-color css
<style>
a { background-color: #CB628D; }
a { background-color: rgb(203,98,141); }
div.DivClassName
{
background-color: #CB628D;
}
.BgClassName
{
background-color: #CB628D;
}
</style>
border-color css
<style>
span { border-color: #CB628D; }
span { border-color: rgb(203,98,141); }
td.TdClassName
{
border-color: #CB628D;
}
.TagClassName
{
border-color: #CB628D;
}
</style>