Shades of Hopbush #CB669C
Tints of Hopbush #CB669C
RGB
CMYK
RGB Variations
Color information
#CB669C (or 0xCB669C) is known color: Hopbush. HEX triplet: CB, 66 and 9C. RGB value is (203,102,156). Sum of RGB (Red+Green+Blue) = 203+102+156=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB669C is #349963. Grayscale: #8A8A8A. Windows color (decimal): -3447140 or 10249931. OLE color: 10249931.
HSL color Cylindrical-coordinate representation of color #CB669C: hue angle of 327.92º 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 #CB669C is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 156 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.20 |
| HSL | 327.92º | 0.49% | 0.6% | - |
| HSV(B) | 327.92º | 0.5% | 0.8% | - |
| XYZ | 35.38 | 24.6 | 34.34 | - |
| YUV | 138.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 156 | 0 | 0.50 | 0.23 | 0.20 | 327.92 | 0.49 | 0.6 |
| Hex | CB | 66 | 9C | 0 | 32 | 17 | 14 | 148 | 31 | 3C |
| Octal | 313 | 146 | 234 | 0 | 62 | 27 | 24 | 510 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10011100 | 0 | 110010 | 10111 | 10100 | 101001000 | 110001 | 111100 |
Color Harmonies of #CB669C
Complementary color
Monochromatic Colors of #CB669C
Black with #CB669C
Text Example
Text Example
White with #CB669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB669C; }
p { color: rgb(203,102,156); }
H1.HeaderClassName
{
color: #CB669C;
}
.AnyTagClassName
{
color: #CB669C;
}
</style>
background-color css
<style>
a { background-color: #CB669C; }
a { background-color: rgb(203,102,156); }
div.DivClassName
{
background-color: #CB669C;
}
.BgClassName
{
background-color: #CB669C;
}
</style>
border-color css
<style>
span { border-color: #CB669C; }
span { border-color: rgb(203,102,156); }
td.TdClassName
{
border-color: #CB669C;
}
.TagClassName
{
border-color: #CB669C;
}
</style>