Shades of Hopbush #CB6692
Tints of Hopbush #CB6692
RGB
CMYK
RGB Variations
Color information
#CB6692 (or 0xCB6692) is known color: Hopbush. HEX triplet: CB, 66 and 92. RGB value is (203,102,146). Sum of RGB (Red+Green+Blue) = 203+102+146=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6692 is #34996D. Grayscale: #898989. Windows color (decimal): -3447150 or 9594571. OLE color: 9594571.
HSL color Cylindrical-coordinate representation of color #CB6692: hue angle of 333.86º 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 #CB6692 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 146 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.20 |
| HSL | 333.86º | 0.49% | 0.6% | - |
| HSV(B) | 333.86º | 0.5% | 0.8% | - |
| XYZ | 34.57 | 24.27 | 30.06 | - |
| YUV | 137.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 146 | 0 | 0.50 | 0.28 | 0.20 | 333.86 | 0.49 | 0.6 |
| Hex | CB | 66 | 92 | 0 | 32 | 1C | 14 | 14E | 31 | 3C |
| Octal | 313 | 146 | 222 | 0 | 62 | 34 | 24 | 516 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10010010 | 0 | 110010 | 11100 | 10100 | 101001110 | 110001 | 111100 |
Color Harmonies of #CB6692
Complementary color
Monochromatic Colors of #CB6692
Black with #CB6692
Text Example
Text Example
White with #CB6692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6692; }
p { color: rgb(203,102,146); }
H1.HeaderClassName
{
color: #CB6692;
}
.AnyTagClassName
{
color: #CB6692;
}
</style>
background-color css
<style>
a { background-color: #CB6692; }
a { background-color: rgb(203,102,146); }
div.DivClassName
{
background-color: #CB6692;
}
.BgClassName
{
background-color: #CB6692;
}
</style>
border-color css
<style>
span { border-color: #CB6692; }
span { border-color: rgb(203,102,146); }
td.TdClassName
{
border-color: #CB6692;
}
.TagClassName
{
border-color: #CB6692;
}
</style>