Shades of Hopbush #CB69A8
Tints of Hopbush #CB69A8
RGB
CMYK
RGB Variations
Color information
#CB69A8 (or 0xCB69A8) is known color: Hopbush. HEX triplet: CB, 69 and A8. RGB value is (203,105,168). Sum of RGB (Red+Green+Blue) = 203+105+168=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB69A8 is #349657. Grayscale: #8D8D8D. Windows color (decimal): -3446360 or 11037131. OLE color: 11037131.
HSL color Cylindrical-coordinate representation of color #CB69A8: hue angle of 321.43º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB69A8 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 168 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.20 |
| HSL | 321.43º | 0.49% | 0.6% | - |
| HSV(B) | 321.43º | 0.48% | 0.8% | - |
| XYZ | 36.75 | 25.63 | 40.06 | - |
| YUV | 141.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 168 | 0 | 0.48 | 0.17 | 0.20 | 321.43 | 0.49 | 0.6 |
| Hex | CB | 69 | A8 | 0 | 30 | 11 | 14 | 141 | 31 | 3C |
| Octal | 313 | 151 | 250 | 0 | 60 | 21 | 24 | 501 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10101000 | 0 | 110000 | 10001 | 10100 | 101000001 | 110001 | 111100 |
Color Harmonies of #CB69A8
Complementary color
Monochromatic Colors of #CB69A8
Black with #CB69A8
Text Example
Text Example
White with #CB69A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69A8; }
p { color: rgb(203,105,168); }
H1.HeaderClassName
{
color: #CB69A8;
}
.AnyTagClassName
{
color: #CB69A8;
}
</style>
background-color css
<style>
a { background-color: #CB69A8; }
a { background-color: rgb(203,105,168); }
div.DivClassName
{
background-color: #CB69A8;
}
.BgClassName
{
background-color: #CB69A8;
}
</style>
border-color css
<style>
span { border-color: #CB69A8; }
span { border-color: rgb(203,105,168); }
td.TdClassName
{
border-color: #CB69A8;
}
.TagClassName
{
border-color: #CB69A8;
}
</style>