Shades of Hopbush #CB618E
Tints of Hopbush #CB618E
RGB
CMYK
RGB Variations
Color information
#CB618E (or 0xCB618E) is known color: Hopbush. HEX triplet: CB, 61 and 8E. RGB value is (203,97,142). Sum of RGB (Red+Green+Blue) = 203+97+142=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB618E is #349E71. Grayscale: #858585. Windows color (decimal): -3448434 or 9331147. OLE color: 9331147.
HSL color Cylindrical-coordinate representation of color #CB618E: hue angle of 334.53º 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 #CB618E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 142 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.20 |
| HSL | 334.53º | 0.5% | 0.59% | - |
| HSV(B) | 334.53º | 0.52% | 0.8% | - |
| XYZ | 33.79 | 23.2 | 28.29 | - |
| YUV | 133.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 142 | 0 | 0.52 | 0.30 | 0.20 | 334.53 | 0.5 | 0.59 |
| Hex | CB | 61 | 8E | 0 | 34 | 1E | 14 | 14F | 32 | 3B |
| Octal | 313 | 141 | 216 | 0 | 64 | 36 | 24 | 517 | 62 | 73 |
| Binary | 11001011 | 1100001 | 10001110 | 0 | 110100 | 11110 | 10100 | 101001111 | 110010 | 111011 |
Color Harmonies of #CB618E
Complementary color
Monochromatic Colors of #CB618E
Black with #CB618E
Text Example
Text Example
White with #CB618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB618E; }
p { color: rgb(203,97,142); }
H1.HeaderClassName
{
color: #CB618E;
}
.AnyTagClassName
{
color: #CB618E;
}
</style>
background-color css
<style>
a { background-color: #CB618E; }
a { background-color: rgb(203,97,142); }
div.DivClassName
{
background-color: #CB618E;
}
.BgClassName
{
background-color: #CB618E;
}
</style>
border-color css
<style>
span { border-color: #CB618E; }
span { border-color: rgb(203,97,142); }
td.TdClassName
{
border-color: #CB618E;
}
.TagClassName
{
border-color: #CB618E;
}
</style>