Shades of Hopbush #CB648C
Tints of Hopbush #CB648C
RGB
CMYK
RGB Variations
Color information
#CB648C (or 0xCB648C) is known color: Hopbush. HEX triplet: CB, 64 and 8C. RGB value is (203,100,140). Sum of RGB (Red+Green+Blue) = 203+100+140=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB648C is #349B73. Grayscale: #878787. Windows color (decimal): -3447668 or 9200843. OLE color: 9200843.
HSL color Cylindrical-coordinate representation of color #CB648C: hue angle of 336.7º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB648C is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 140 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.20 |
| HSL | 336.7º | 0.5% | 0.59% | - |
| HSV(B) | 336.7º | 0.51% | 0.8% | - |
| XYZ | 33.92 | 23.7 | 27.6 | - |
| YUV | 135.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 140 | 0 | 0.51 | 0.31 | 0.20 | 336.7 | 0.5 | 0.59 |
| Hex | CB | 64 | 8C | 0 | 33 | 1F | 14 | 151 | 32 | 3B |
| Octal | 313 | 144 | 214 | 0 | 63 | 37 | 24 | 521 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10001100 | 0 | 110011 | 11111 | 10100 | 101010001 | 110010 | 111011 |
Color Harmonies of #CB648C
Complementary color
Monochromatic Colors of #CB648C
Black with #CB648C
Text Example
Text Example
White with #CB648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB648C; }
p { color: rgb(203,100,140); }
H1.HeaderClassName
{
color: #CB648C;
}
.AnyTagClassName
{
color: #CB648C;
}
</style>
background-color css
<style>
a { background-color: #CB648C; }
a { background-color: rgb(203,100,140); }
div.DivClassName
{
background-color: #CB648C;
}
.BgClassName
{
background-color: #CB648C;
}
</style>
border-color css
<style>
span { border-color: #CB648C; }
span { border-color: rgb(203,100,140); }
td.TdClassName
{
border-color: #CB648C;
}
.TagClassName
{
border-color: #CB648C;
}
</style>