Shades of Hopbush #CB689E
Tints of Hopbush #CB689E
RGB
CMYK
RGB Variations
Color information
#CB689E (or 0xCB689E) is known color: Hopbush. HEX triplet: CB, 68 and 9E. RGB value is (203,104,158). Sum of RGB (Red+Green+Blue) = 203+104+158=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB689E is #349761. Grayscale: #8B8B8B. Windows color (decimal): -3446626 or 10381515. OLE color: 10381515.
HSL color Cylindrical-coordinate representation of color #CB689E: hue angle of 327.27º 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 #CB689E is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 158 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.20 |
| HSL | 327.27º | 0.49% | 0.6% | - |
| HSV(B) | 327.27º | 0.49% | 0.8% | - |
| XYZ | 35.75 | 25.07 | 35.3 | - |
| YUV | 139.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 158 | 0 | 0.49 | 0.22 | 0.20 | 327.27 | 0.49 | 0.6 |
| Hex | CB | 68 | 9E | 0 | 31 | 16 | 14 | 147 | 31 | 3C |
| Octal | 313 | 150 | 236 | 0 | 61 | 26 | 24 | 507 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10011110 | 0 | 110001 | 10110 | 10100 | 101000111 | 110001 | 111100 |
Color Harmonies of #CB689E
Complementary color
Monochromatic Colors of #CB689E
Black with #CB689E
Text Example
Text Example
White with #CB689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB689E; }
p { color: rgb(203,104,158); }
H1.HeaderClassName
{
color: #CB689E;
}
.AnyTagClassName
{
color: #CB689E;
}
</style>
background-color css
<style>
a { background-color: #CB689E; }
a { background-color: rgb(203,104,158); }
div.DivClassName
{
background-color: #CB689E;
}
.BgClassName
{
background-color: #CB689E;
}
</style>
border-color css
<style>
span { border-color: #CB689E; }
span { border-color: rgb(203,104,158); }
td.TdClassName
{
border-color: #CB689E;
}
.TagClassName
{
border-color: #CB689E;
}
</style>