Shades of Hopbush #CB689F
Tints of Hopbush #CB689F
RGB
CMYK
RGB Variations
Color information
#CB689F (or 0xCB689F) is known color: Hopbush. HEX triplet: CB, 68 and 9F. RGB value is (203,104,159). Sum of RGB (Red+Green+Blue) = 203+104+159=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB689F is #349760. Grayscale: #8B8B8B. Windows color (decimal): -3446625 or 10447051. OLE color: 10447051.
HSL color Cylindrical-coordinate representation of color #CB689F: hue angle of 326.67º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB689F is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 159 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.20 |
| HSL | 326.67º | 0.49% | 0.6% | - |
| HSV(B) | 326.67º | 0.49% | 0.8% | - |
| XYZ | 35.84 | 25.1 | 35.76 | - |
| YUV | 139.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 159 | 0 | 0.49 | 0.22 | 0.20 | 326.67 | 0.49 | 0.6 |
| Hex | CB | 68 | 9F | 0 | 31 | 16 | 14 | 147 | 31 | 3C |
| Octal | 313 | 150 | 237 | 0 | 61 | 26 | 24 | 507 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10011111 | 0 | 110001 | 10110 | 10100 | 101000111 | 110001 | 111100 |
Color Harmonies of #CB689F
Complementary color
Monochromatic Colors of #CB689F
Black with #CB689F
Text Example
Text Example
White with #CB689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB689F; }
p { color: rgb(203,104,159); }
H1.HeaderClassName
{
color: #CB689F;
}
.AnyTagClassName
{
color: #CB689F;
}
</style>
background-color css
<style>
a { background-color: #CB689F; }
a { background-color: rgb(203,104,159); }
div.DivClassName
{
background-color: #CB689F;
}
.BgClassName
{
background-color: #CB689F;
}
</style>
border-color css
<style>
span { border-color: #CB689F; }
span { border-color: rgb(203,104,159); }
td.TdClassName
{
border-color: #CB689F;
}
.TagClassName
{
border-color: #CB689F;
}
</style>