Shades of Hopbush #CB618A
Tints of Hopbush #CB618A
RGB
CMYK
RGB Variations
Color information
#CB618A (or 0xCB618A) is known color: Hopbush. HEX triplet: CB, 61 and 8A. RGB value is (203,97,138). Sum of RGB (Red+Green+Blue) = 203+97+138=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB618A is #349E75. Grayscale: #858585. Windows color (decimal): -3448438 or 9069003. OLE color: 9069003.
HSL color Cylindrical-coordinate representation of color #CB618A: hue angle of 336.79º 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 #CB618A is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 138 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.20 |
| HSL | 336.79º | 0.5% | 0.59% | - |
| HSV(B) | 336.79º | 0.52% | 0.8% | - |
| XYZ | 33.49 | 23.08 | 26.73 | - |
| YUV | 133.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 138 | 0 | 0.52 | 0.32 | 0.20 | 336.79 | 0.5 | 0.59 |
| Hex | CB | 61 | 8A | 0 | 34 | 20 | 14 | 151 | 32 | 3B |
| Octal | 313 | 141 | 212 | 0 | 64 | 40 | 24 | 521 | 62 | 73 |
| Binary | 11001011 | 1100001 | 10001010 | 0 | 110100 | 100000 | 10100 | 101010001 | 110010 | 111011 |
Color Harmonies of #CB618A
Complementary color
Monochromatic Colors of #CB618A
Black with #CB618A
Text Example
Text Example
White with #CB618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB618A; }
p { color: rgb(203,97,138); }
H1.HeaderClassName
{
color: #CB618A;
}
.AnyTagClassName
{
color: #CB618A;
}
</style>
background-color css
<style>
a { background-color: #CB618A; }
a { background-color: rgb(203,97,138); }
div.DivClassName
{
background-color: #CB618A;
}
.BgClassName
{
background-color: #CB618A;
}
</style>
border-color css
<style>
span { border-color: #CB618A; }
span { border-color: rgb(203,97,138); }
td.TdClassName
{
border-color: #CB618A;
}
.TagClassName
{
border-color: #CB618A;
}
</style>