Shades of Hopbush #CB6686
Tints of Hopbush #CB6686
RGB
CMYK
RGB Variations
Color information
#CB6686 (or 0xCB6686) is known color: Hopbush. HEX triplet: CB, 66 and 86. RGB value is (203,102,134). Sum of RGB (Red+Green+Blue) = 203+102+134=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6686 is #349979. Grayscale: #878787. Windows color (decimal): -3447162 or 8808139. OLE color: 8808139.
HSL color Cylindrical-coordinate representation of color #CB6686: hue angle of 340.99º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6686 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 134 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.20 |
| HSL | 340.99º | 0.49% | 0.6% | - |
| HSV(B) | 340.99º | 0.5% | 0.8% | - |
| XYZ | 33.68 | 23.92 | 25.4 | - |
| YUV | 135.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 134 | 0 | 0.50 | 0.34 | 0.20 | 340.99 | 0.49 | 0.6 |
| Hex | CB | 66 | 86 | 0 | 32 | 22 | 14 | 155 | 31 | 3C |
| Octal | 313 | 146 | 206 | 0 | 62 | 42 | 24 | 525 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10000110 | 0 | 110010 | 100010 | 10100 | 101010101 | 110001 | 111100 |
Color Harmonies of #CB6686
Complementary color
Monochromatic Colors of #CB6686
Black with #CB6686
Text Example
Text Example
White with #CB6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6686; }
p { color: rgb(203,102,134); }
H1.HeaderClassName
{
color: #CB6686;
}
.AnyTagClassName
{
color: #CB6686;
}
</style>
background-color css
<style>
a { background-color: #CB6686; }
a { background-color: rgb(203,102,134); }
div.DivClassName
{
background-color: #CB6686;
}
.BgClassName
{
background-color: #CB6686;
}
</style>
border-color css
<style>
span { border-color: #CB6686; }
span { border-color: rgb(203,102,134); }
td.TdClassName
{
border-color: #CB6686;
}
.TagClassName
{
border-color: #CB6686;
}
</style>