Shades of Hopbush #CB669B
Tints of Hopbush #CB669B
RGB
CMYK
RGB Variations
Color information
#CB669B (or 0xCB669B) is known color: Hopbush. HEX triplet: CB, 66 and 9B. RGB value is (203,102,155). Sum of RGB (Red+Green+Blue) = 203+102+155=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB669B is #349964. Grayscale: #8A8A8A. Windows color (decimal): -3447141 or 10184395. OLE color: 10184395.
HSL color Cylindrical-coordinate representation of color #CB669B: hue angle of 328.51º 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 #CB669B is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 155 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.20 |
| HSL | 328.51º | 0.49% | 0.6% | - |
| HSV(B) | 328.51º | 0.5% | 0.8% | - |
| XYZ | 35.3 | 24.57 | 33.89 | - |
| YUV | 138.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 155 | 0 | 0.50 | 0.24 | 0.20 | 328.51 | 0.49 | 0.6 |
| Hex | CB | 66 | 9B | 0 | 32 | 18 | 14 | 149 | 31 | 3C |
| Octal | 313 | 146 | 233 | 0 | 62 | 30 | 24 | 511 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10011011 | 0 | 110010 | 11000 | 10100 | 101001001 | 110001 | 111100 |
Color Harmonies of #CB669B
Complementary color
Monochromatic Colors of #CB669B
Black with #CB669B
Text Example
Text Example
White with #CB669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB669B; }
p { color: rgb(203,102,155); }
H1.HeaderClassName
{
color: #CB669B;
}
.AnyTagClassName
{
color: #CB669B;
}
</style>
background-color css
<style>
a { background-color: #CB669B; }
a { background-color: rgb(203,102,155); }
div.DivClassName
{
background-color: #CB669B;
}
.BgClassName
{
background-color: #CB669B;
}
</style>
border-color css
<style>
span { border-color: #CB669B; }
span { border-color: rgb(203,102,155); }
td.TdClassName
{
border-color: #CB669B;
}
.TagClassName
{
border-color: #CB669B;
}
</style>