Shades of Hopbush #CB75A6
Tints of Hopbush #CB75A6
RGB
CMYK
RGB Variations
Color information
#CB75A6 (or 0xCB75A6) is known color: Hopbush. HEX triplet: CB, 75 and A6. RGB value is (203,117,166). Sum of RGB (Red+Green+Blue) = 203+117+166=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB75A6 is #348A59. Grayscale: #949494. Windows color (decimal): -3443290 or 10909131. OLE color: 10909131.
HSL color Cylindrical-coordinate representation of color #CB75A6: hue angle of 325.81º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB75A6 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 166 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.20 |
| HSL | 325.81º | 0.45% | 0.63% | - |
| HSV(B) | 325.81º | 0.42% | 0.8% | - |
| XYZ | 37.87 | 28.17 | 39.52 | - |
| YUV | 148.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 166 | 0 | 0.42 | 0.18 | 0.20 | 325.81 | 0.45 | 0.63 |
| Hex | CB | 75 | A6 | 0 | 2A | 12 | 14 | 146 | 2D | 3F |
| Octal | 313 | 165 | 246 | 0 | 52 | 22 | 24 | 506 | 55 | 77 |
| Binary | 11001011 | 1110101 | 10100110 | 0 | 101010 | 10010 | 10100 | 101000110 | 101101 | 111111 |
Color Harmonies of #CB75A6
Complementary color
Monochromatic Colors of #CB75A6
Black with #CB75A6
Text Example
Text Example
White with #CB75A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75A6; }
p { color: rgb(203,117,166); }
H1.HeaderClassName
{
color: #CB75A6;
}
.AnyTagClassName
{
color: #CB75A6;
}
</style>
background-color css
<style>
a { background-color: #CB75A6; }
a { background-color: rgb(203,117,166); }
div.DivClassName
{
background-color: #CB75A6;
}
.BgClassName
{
background-color: #CB75A6;
}
</style>
border-color css
<style>
span { border-color: #CB75A6; }
span { border-color: rgb(203,117,166); }
td.TdClassName
{
border-color: #CB75A6;
}
.TagClassName
{
border-color: #CB75A6;
}
</style>