Shades of Hopbush #CB6895
Tints of Hopbush #CB6895
RGB
CMYK
RGB Variations
Color information
#CB6895 (or 0xCB6895) is known color: Hopbush. HEX triplet: CB, 68 and 95. RGB value is (203,104,149). Sum of RGB (Red+Green+Blue) = 203+104+149=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6895 is #34976A. Grayscale: #8A8A8A. Windows color (decimal): -3446635 or 9791691. OLE color: 9791691.
HSL color Cylindrical-coordinate representation of color #CB6895: hue angle of 332.73º 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 #CB6895 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 149 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.20 |
| HSL | 332.73º | 0.49% | 0.6% | - |
| HSV(B) | 332.73º | 0.49% | 0.8% | - |
| XYZ | 35 | 24.77 | 31.37 | - |
| YUV | 138.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 149 | 0 | 0.49 | 0.27 | 0.20 | 332.73 | 0.49 | 0.6 |
| Hex | CB | 68 | 95 | 0 | 31 | 1B | 14 | 14D | 31 | 3C |
| Octal | 313 | 150 | 225 | 0 | 61 | 33 | 24 | 515 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10010101 | 0 | 110001 | 11011 | 10100 | 101001101 | 110001 | 111100 |
Color Harmonies of #CB6895
Complementary color
Monochromatic Colors of #CB6895
Black with #CB6895
Text Example
Text Example
White with #CB6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6895; }
p { color: rgb(203,104,149); }
H1.HeaderClassName
{
color: #CB6895;
}
.AnyTagClassName
{
color: #CB6895;
}
</style>
background-color css
<style>
a { background-color: #CB6895; }
a { background-color: rgb(203,104,149); }
div.DivClassName
{
background-color: #CB6895;
}
.BgClassName
{
background-color: #CB6895;
}
</style>
border-color css
<style>
span { border-color: #CB6895; }
span { border-color: rgb(203,104,149); }
td.TdClassName
{
border-color: #CB6895;
}
.TagClassName
{
border-color: #CB6895;
}
</style>