Shades of Hopbush #CB669F
Tints of Hopbush #CB669F
RGB
CMYK
RGB Variations
Color information
#CB669F (or 0xCB669F) is known color: Hopbush. HEX triplet: CB, 66 and 9F. RGB value is (203,102,159). Sum of RGB (Red+Green+Blue) = 203+102+159=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB669F is #349960. Grayscale: #8A8A8A. Windows color (decimal): -3447137 or 10446539. OLE color: 10446539.
HSL color Cylindrical-coordinate representation of color #CB669F: hue angle of 326.14º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB669F is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 159 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.20 |
| HSL | 326.14º | 0.49% | 0.6% | - |
| HSV(B) | 326.14º | 0.5% | 0.8% | - |
| XYZ | 35.64 | 24.7 | 35.69 | - |
| YUV | 138.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 159 | 0 | 0.50 | 0.22 | 0.20 | 326.14 | 0.49 | 0.6 |
| Hex | CB | 66 | 9F | 0 | 32 | 16 | 14 | 146 | 31 | 3C |
| Octal | 313 | 146 | 237 | 0 | 62 | 26 | 24 | 506 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10011111 | 0 | 110010 | 10110 | 10100 | 101000110 | 110001 | 111100 |
Color Harmonies of #CB669F
Complementary color
Monochromatic Colors of #CB669F
Black with #CB669F
Text Example
Text Example
White with #CB669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB669F; }
p { color: rgb(203,102,159); }
H1.HeaderClassName
{
color: #CB669F;
}
.AnyTagClassName
{
color: #CB669F;
}
</style>
background-color css
<style>
a { background-color: #CB669F; }
a { background-color: rgb(203,102,159); }
div.DivClassName
{
background-color: #CB669F;
}
.BgClassName
{
background-color: #CB669F;
}
</style>
border-color css
<style>
span { border-color: #CB669F; }
span { border-color: rgb(203,102,159); }
td.TdClassName
{
border-color: #CB669F;
}
.TagClassName
{
border-color: #CB669F;
}
</style>