Shades of Hopbush #CB6792
Tints of Hopbush #CB6792
RGB
CMYK
RGB Variations
Color information
#CB6792 (or 0xCB6792) is known color: Hopbush. HEX triplet: CB, 67 and 92. RGB value is (203,103,146). Sum of RGB (Red+Green+Blue) = 203+103+146=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6792 is #34986D. Grayscale: #898989. Windows color (decimal): -3446894 or 9594827. OLE color: 9594827.
HSL color Cylindrical-coordinate representation of color #CB6792: hue angle of 334.2º 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 #CB6792 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 146 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.20 |
| HSL | 334.2º | 0.49% | 0.6% | - |
| HSV(B) | 334.2º | 0.49% | 0.8% | - |
| XYZ | 34.67 | 24.47 | 30.09 | - |
| YUV | 137.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 146 | 0 | 0.49 | 0.28 | 0.20 | 334.2 | 0.49 | 0.6 |
| Hex | CB | 67 | 92 | 0 | 31 | 1C | 14 | 14E | 31 | 3C |
| Octal | 313 | 147 | 222 | 0 | 61 | 34 | 24 | 516 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10010010 | 0 | 110001 | 11100 | 10100 | 101001110 | 110001 | 111100 |
Color Harmonies of #CB6792
Complementary color
Monochromatic Colors of #CB6792
Black with #CB6792
Text Example
Text Example
White with #CB6792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6792; }
p { color: rgb(203,103,146); }
H1.HeaderClassName
{
color: #CB6792;
}
.AnyTagClassName
{
color: #CB6792;
}
</style>
background-color css
<style>
a { background-color: #CB6792; }
a { background-color: rgb(203,103,146); }
div.DivClassName
{
background-color: #CB6792;
}
.BgClassName
{
background-color: #CB6792;
}
</style>
border-color css
<style>
span { border-color: #CB6792; }
span { border-color: rgb(203,103,146); }
td.TdClassName
{
border-color: #CB6792;
}
.TagClassName
{
border-color: #CB6792;
}
</style>