Shades of Hopbush #CB689C
Tints of Hopbush #CB689C
RGB
CMYK
RGB Variations
Color information
#CB689C (or 0xCB689C) is known color: Hopbush. HEX triplet: CB, 68 and 9C. RGB value is (203,104,156). Sum of RGB (Red+Green+Blue) = 203+104+156=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB689C is #349763. Grayscale: #8B8B8B. Windows color (decimal): -3446628 or 10250443. OLE color: 10250443.
HSL color Cylindrical-coordinate representation of color #CB689C: hue angle of 328.48º 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 #CB689C is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 156 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.20 |
| HSL | 328.48º | 0.49% | 0.6% | - |
| HSV(B) | 328.48º | 0.49% | 0.8% | - |
| XYZ | 35.58 | 25 | 34.4 | - |
| YUV | 139.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 156 | 0 | 0.49 | 0.23 | 0.20 | 328.48 | 0.49 | 0.6 |
| Hex | CB | 68 | 9C | 0 | 31 | 17 | 14 | 148 | 31 | 3C |
| Octal | 313 | 150 | 234 | 0 | 61 | 27 | 24 | 510 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10011100 | 0 | 110001 | 10111 | 10100 | 101001000 | 110001 | 111100 |
Color Harmonies of #CB689C
Complementary color
Monochromatic Colors of #CB689C
Black with #CB689C
Text Example
Text Example
White with #CB689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB689C; }
p { color: rgb(203,104,156); }
H1.HeaderClassName
{
color: #CB689C;
}
.AnyTagClassName
{
color: #CB689C;
}
</style>
background-color css
<style>
a { background-color: #CB689C; }
a { background-color: rgb(203,104,156); }
div.DivClassName
{
background-color: #CB689C;
}
.BgClassName
{
background-color: #CB689C;
}
</style>
border-color css
<style>
span { border-color: #CB689C; }
span { border-color: rgb(203,104,156); }
td.TdClassName
{
border-color: #CB689C;
}
.TagClassName
{
border-color: #CB689C;
}
</style>