Shades of Hopbush #CB689A
Tints of Hopbush #CB689A
RGB
CMYK
RGB Variations
Color information
#CB689A (or 0xCB689A) is known color: Hopbush. HEX triplet: CB, 68 and 9A. RGB value is (203,104,154). Sum of RGB (Red+Green+Blue) = 203+104+154=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB689A is #349765. Grayscale: #8B8B8B. Windows color (decimal): -3446630 or 10119371. OLE color: 10119371.
HSL color Cylindrical-coordinate representation of color #CB689A: hue angle of 329.7º 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 #CB689A is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 154 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.20 |
| HSL | 329.7º | 0.49% | 0.6% | - |
| HSV(B) | 329.7º | 0.49% | 0.8% | - |
| XYZ | 35.41 | 24.93 | 33.52 | - |
| YUV | 139.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 154 | 0 | 0.49 | 0.24 | 0.20 | 329.7 | 0.49 | 0.6 |
| Hex | CB | 68 | 9A | 0 | 31 | 18 | 14 | 14A | 31 | 3C |
| Octal | 313 | 150 | 232 | 0 | 61 | 30 | 24 | 512 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10011010 | 0 | 110001 | 11000 | 10100 | 101001010 | 110001 | 111100 |
Color Harmonies of #CB689A
Complementary color
Monochromatic Colors of #CB689A
Black with #CB689A
Text Example
Text Example
White with #CB689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB689A; }
p { color: rgb(203,104,154); }
H1.HeaderClassName
{
color: #CB689A;
}
.AnyTagClassName
{
color: #CB689A;
}
</style>
background-color css
<style>
a { background-color: #CB689A; }
a { background-color: rgb(203,104,154); }
div.DivClassName
{
background-color: #CB689A;
}
.BgClassName
{
background-color: #CB689A;
}
</style>
border-color css
<style>
span { border-color: #CB689A; }
span { border-color: rgb(203,104,154); }
td.TdClassName
{
border-color: #CB689A;
}
.TagClassName
{
border-color: #CB689A;
}
</style>