Shades of Hopbush #CB66A0
Tints of Hopbush #CB66A0
RGB
CMYK
RGB Variations
Color information
#CB66A0 (or 0xCB66A0) is known color: Hopbush. HEX triplet: CB, 66 and A0. RGB value is (203,102,160). Sum of RGB (Red+Green+Blue) = 203+102+160=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB66A0 is #34995F. Grayscale: #8A8A8A. Windows color (decimal): -3447136 or 10512075. OLE color: 10512075.
HSL color Cylindrical-coordinate representation of color #CB66A0: hue angle of 325.54º 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 #CB66A0 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 160 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.20 |
| HSL | 325.54º | 0.49% | 0.6% | - |
| HSV(B) | 325.54º | 0.5% | 0.8% | - |
| XYZ | 35.73 | 24.74 | 36.15 | - |
| YUV | 138.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 160 | 0 | 0.50 | 0.21 | 0.20 | 325.54 | 0.49 | 0.6 |
| Hex | CB | 66 | A0 | 0 | 32 | 15 | 14 | 146 | 31 | 3C |
| Octal | 313 | 146 | 240 | 0 | 62 | 25 | 24 | 506 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10100000 | 0 | 110010 | 10101 | 10100 | 101000110 | 110001 | 111100 |
Color Harmonies of #CB66A0
Complementary color
Monochromatic Colors of #CB66A0
Black with #CB66A0
Text Example
Text Example
White with #CB66A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66A0; }
p { color: rgb(203,102,160); }
H1.HeaderClassName
{
color: #CB66A0;
}
.AnyTagClassName
{
color: #CB66A0;
}
</style>
background-color css
<style>
a { background-color: #CB66A0; }
a { background-color: rgb(203,102,160); }
div.DivClassName
{
background-color: #CB66A0;
}
.BgClassName
{
background-color: #CB66A0;
}
</style>
border-color css
<style>
span { border-color: #CB66A0; }
span { border-color: rgb(203,102,160); }
td.TdClassName
{
border-color: #CB66A0;
}
.TagClassName
{
border-color: #CB66A0;
}
</style>