Shades of Hopbush #CB6192
Tints of Hopbush #CB6192
RGB
CMYK
RGB Variations
Color information
#CB6192 (or 0xCB6192) is known color: Hopbush. HEX triplet: CB, 61 and 92. RGB value is (203,97,146). Sum of RGB (Red+Green+Blue) = 203+97+146=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6192 is #349E6D. Grayscale: #868686. Windows color (decimal): -3448430 or 9593291. OLE color: 9593291.
HSL color Cylindrical-coordinate representation of color #CB6192: hue angle of 332.26º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6192 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 146 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.20 |
| HSL | 332.26º | 0.5% | 0.59% | - |
| HSV(B) | 332.26º | 0.52% | 0.8% | - |
| XYZ | 34.09 | 23.32 | 29.9 | - |
| YUV | 134.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 146 | 0 | 0.52 | 0.28 | 0.20 | 332.26 | 0.5 | 0.59 |
| Hex | CB | 61 | 92 | 0 | 34 | 1C | 14 | 14C | 32 | 3B |
| Octal | 313 | 141 | 222 | 0 | 64 | 34 | 24 | 514 | 62 | 73 |
| Binary | 11001011 | 1100001 | 10010010 | 0 | 110100 | 11100 | 10100 | 101001100 | 110010 | 111011 |
Color Harmonies of #CB6192
Complementary color
Monochromatic Colors of #CB6192
Black with #CB6192
Text Example
Text Example
White with #CB6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6192; }
p { color: rgb(203,97,146); }
H1.HeaderClassName
{
color: #CB6192;
}
.AnyTagClassName
{
color: #CB6192;
}
</style>
background-color css
<style>
a { background-color: #CB6192; }
a { background-color: rgb(203,97,146); }
div.DivClassName
{
background-color: #CB6192;
}
.BgClassName
{
background-color: #CB6192;
}
</style>
border-color css
<style>
span { border-color: #CB6192; }
span { border-color: rgb(203,97,146); }
td.TdClassName
{
border-color: #CB6192;
}
.TagClassName
{
border-color: #CB6192;
}
</style>