Shades of Hopbush #CB628A
Tints of Hopbush #CB628A
RGB
CMYK
RGB Variations
Color information
#CB628A (or 0xCB628A) is known color: Hopbush. HEX triplet: CB, 62 and 8A. RGB value is (203,98,138). Sum of RGB (Red+Green+Blue) = 203+98+138=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB628A is #349D75. Grayscale: #858585. Windows color (decimal): -3448182 or 9069259. OLE color: 9069259.
HSL color Cylindrical-coordinate representation of color #CB628A: hue angle of 337.14º 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 #CB628A is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 138 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.20 |
| HSL | 337.14º | 0.5% | 0.59% | - |
| HSV(B) | 337.14º | 0.52% | 0.8% | - |
| XYZ | 33.58 | 23.27 | 26.77 | - |
| YUV | 133.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 138 | 0 | 0.52 | 0.32 | 0.20 | 337.14 | 0.5 | 0.59 |
| Hex | CB | 62 | 8A | 0 | 34 | 20 | 14 | 151 | 32 | 3B |
| Octal | 313 | 142 | 212 | 0 | 64 | 40 | 24 | 521 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10001010 | 0 | 110100 | 100000 | 10100 | 101010001 | 110010 | 111011 |
Color Harmonies of #CB628A
Complementary color
Monochromatic Colors of #CB628A
Black with #CB628A
Text Example
Text Example
White with #CB628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB628A; }
p { color: rgb(203,98,138); }
H1.HeaderClassName
{
color: #CB628A;
}
.AnyTagClassName
{
color: #CB628A;
}
</style>
background-color css
<style>
a { background-color: #CB628A; }
a { background-color: rgb(203,98,138); }
div.DivClassName
{
background-color: #CB628A;
}
.BgClassName
{
background-color: #CB628A;
}
</style>
border-color css
<style>
span { border-color: #CB628A; }
span { border-color: rgb(203,98,138); }
td.TdClassName
{
border-color: #CB628A;
}
.TagClassName
{
border-color: #CB628A;
}
</style>