Shades of Hopbush #CB608C
Tints of Hopbush #CB608C
RGB
CMYK
RGB Variations
Color information
#CB608C (or 0xCB608C) is known color: Hopbush. HEX triplet: CB, 60 and 8C. RGB value is (203,96,140). Sum of RGB (Red+Green+Blue) = 203+96+140=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB608C is #349F73. Grayscale: #848484. Windows color (decimal): -3448692 or 9199819. OLE color: 9199819.
HSL color Cylindrical-coordinate representation of color #CB608C: hue angle of 335.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB608C is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 140 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.20 |
| HSL | 335.33º | 0.51% | 0.59% | - |
| HSV(B) | 335.33º | 0.53% | 0.8% | - |
| XYZ | 33.55 | 22.96 | 27.47 | - |
| YUV | 133.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 140 | 0 | 0.53 | 0.31 | 0.20 | 335.33 | 0.51 | 0.59 |
| Hex | CB | 60 | 8C | 0 | 35 | 1F | 14 | 14F | 33 | 3B |
| Octal | 313 | 140 | 214 | 0 | 65 | 37 | 24 | 517 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10001100 | 0 | 110101 | 11111 | 10100 | 101001111 | 110011 | 111011 |
Color Harmonies of #CB608C
Complementary color
Monochromatic Colors of #CB608C
Black with #CB608C
Text Example
Text Example
White with #CB608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB608C; }
p { color: rgb(203,96,140); }
H1.HeaderClassName
{
color: #CB608C;
}
.AnyTagClassName
{
color: #CB608C;
}
</style>
background-color css
<style>
a { background-color: #CB608C; }
a { background-color: rgb(203,96,140); }
div.DivClassName
{
background-color: #CB608C;
}
.BgClassName
{
background-color: #CB608C;
}
</style>
border-color css
<style>
span { border-color: #CB608C; }
span { border-color: rgb(203,96,140); }
td.TdClassName
{
border-color: #CB608C;
}
.TagClassName
{
border-color: #CB608C;
}
</style>