Shades of Hopbush #CB689B
Tints of Hopbush #CB689B
RGB
CMYK
RGB Variations
Color information
#CB689B (or 0xCB689B) is known color: Hopbush. HEX triplet: CB, 68 and 9B. RGB value is (203,104,155). Sum of RGB (Red+Green+Blue) = 203+104+155=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB689B is #349764. Grayscale: #8B8B8B. Windows color (decimal): -3446629 or 10184907. OLE color: 10184907.
HSL color Cylindrical-coordinate representation of color #CB689B: hue angle of 329.09º 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 #CB689B is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 155 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.20 |
| HSL | 329.09º | 0.49% | 0.6% | - |
| HSV(B) | 329.09º | 0.49% | 0.8% | - |
| XYZ | 35.5 | 24.96 | 33.96 | - |
| YUV | 139.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 155 | 0 | 0.49 | 0.24 | 0.20 | 329.09 | 0.49 | 0.6 |
| Hex | CB | 68 | 9B | 0 | 31 | 18 | 14 | 149 | 31 | 3C |
| Octal | 313 | 150 | 233 | 0 | 61 | 30 | 24 | 511 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10011011 | 0 | 110001 | 11000 | 10100 | 101001001 | 110001 | 111100 |
Color Harmonies of #CB689B
Complementary color
Monochromatic Colors of #CB689B
Black with #CB689B
Text Example
Text Example
White with #CB689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB689B; }
p { color: rgb(203,104,155); }
H1.HeaderClassName
{
color: #CB689B;
}
.AnyTagClassName
{
color: #CB689B;
}
</style>
background-color css
<style>
a { background-color: #CB689B; }
a { background-color: rgb(203,104,155); }
div.DivClassName
{
background-color: #CB689B;
}
.BgClassName
{
background-color: #CB689B;
}
</style>
border-color css
<style>
span { border-color: #CB689B; }
span { border-color: rgb(203,104,155); }
td.TdClassName
{
border-color: #CB689B;
}
.TagClassName
{
border-color: #CB689B;
}
</style>