Shades of Hopbush #CB689D
Tints of Hopbush #CB689D
RGB
CMYK
RGB Variations
Color information
#CB689D (or 0xCB689D) is known color: Hopbush. HEX triplet: CB, 68 and 9D. RGB value is (203,104,157). Sum of RGB (Red+Green+Blue) = 203+104+157=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB689D is #349762. Grayscale: #8B8B8B. Windows color (decimal): -3446627 or 10315979. OLE color: 10315979.
HSL color Cylindrical-coordinate representation of color #CB689D: hue angle of 327.88º 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 #CB689D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 157 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.20 |
| HSL | 327.88º | 0.49% | 0.6% | - |
| HSV(B) | 327.88º | 0.49% | 0.8% | - |
| XYZ | 35.66 | 25.03 | 34.85 | - |
| YUV | 139.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 157 | 0 | 0.49 | 0.23 | 0.20 | 327.88 | 0.49 | 0.6 |
| Hex | CB | 68 | 9D | 0 | 31 | 17 | 14 | 148 | 31 | 3C |
| Octal | 313 | 150 | 235 | 0 | 61 | 27 | 24 | 510 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10011101 | 0 | 110001 | 10111 | 10100 | 101001000 | 110001 | 111100 |
Color Harmonies of #CB689D
Complementary color
Monochromatic Colors of #CB689D
Black with #CB689D
Text Example
Text Example
White with #CB689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB689D; }
p { color: rgb(203,104,157); }
H1.HeaderClassName
{
color: #CB689D;
}
.AnyTagClassName
{
color: #CB689D;
}
</style>
background-color css
<style>
a { background-color: #CB689D; }
a { background-color: rgb(203,104,157); }
div.DivClassName
{
background-color: #CB689D;
}
.BgClassName
{
background-color: #CB689D;
}
</style>
border-color css
<style>
span { border-color: #CB689D; }
span { border-color: rgb(203,104,157); }
td.TdClassName
{
border-color: #CB689D;
}
.TagClassName
{
border-color: #CB689D;
}
</style>