Shades of Hopbush #CB6F98
Tints of Hopbush #CB6F98
RGB
CMYK
RGB Variations
Color information
#CB6F98 (or 0xCB6F98) is known color: Hopbush. HEX triplet: CB, 6F and 98. RGB value is (203,111,152). Sum of RGB (Red+Green+Blue) = 203+111+152=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6F98 is #349067. Grayscale: #8F8F8F. Windows color (decimal): -3444840 or 9990091. OLE color: 9990091.
HSL color Cylindrical-coordinate representation of color #CB6F98: hue angle of 333.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6F98 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 152 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.20 |
| HSL | 333.26º | 0.47% | 0.62% | - |
| HSV(B) | 333.26º | 0.45% | 0.8% | - |
| XYZ | 35.98 | 26.33 | 32.89 | - |
| YUV | 143.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 152 | 0 | 0.45 | 0.25 | 0.20 | 333.26 | 0.47 | 0.62 |
| Hex | CB | 6F | 98 | 0 | 2D | 19 | 14 | 14D | 2F | 3E |
| Octal | 313 | 157 | 230 | 0 | 55 | 31 | 24 | 515 | 57 | 76 |
| Binary | 11001011 | 1101111 | 10011000 | 0 | 101101 | 11001 | 10100 | 101001101 | 101111 | 111110 |
Color Harmonies of #CB6F98
Complementary color
Monochromatic Colors of #CB6F98
Black with #CB6F98
Text Example
Text Example
White with #CB6F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F98; }
p { color: rgb(203,111,152); }
H1.HeaderClassName
{
color: #CB6F98;
}
.AnyTagClassName
{
color: #CB6F98;
}
</style>
background-color css
<style>
a { background-color: #CB6F98; }
a { background-color: rgb(203,111,152); }
div.DivClassName
{
background-color: #CB6F98;
}
.BgClassName
{
background-color: #CB6F98;
}
</style>
border-color css
<style>
span { border-color: #CB6F98; }
span { border-color: rgb(203,111,152); }
td.TdClassName
{
border-color: #CB6F98;
}
.TagClassName
{
border-color: #CB6F98;
}
</style>