Shades of Hopbush #CF69B0
Tints of Hopbush #CF69B0
RGB
CMYK
RGB Variations
Color information
#CF69B0 (or 0xCF69B0) is known color: Hopbush. HEX triplet: CF, 69 and B0. RGB value is (207,105,176). Sum of RGB (Red+Green+Blue) = 207+105+176=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF69B0 is #30964F. Grayscale: #8F8F8F. Windows color (decimal): -3184208 or 11561423. OLE color: 11561423.
HSL color Cylindrical-coordinate representation of color #CF69B0: hue angle of 318.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF69B0 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 176 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.19 |
| HSL | 318.24º | 0.52% | 0.61% | - |
| HSV(B) | 318.24º | 0.49% | 0.81% | - |
| XYZ | 38.62 | 26.5 | 44.15 | - |
| YUV | 143.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 176 | 0 | 0.49 | 0.15 | 0.19 | 318.24 | 0.52 | 0.61 |
| Hex | CF | 69 | B0 | 0 | 31 | F | 13 | 13E | 34 | 3D |
| Octal | 317 | 151 | 260 | 0 | 61 | 17 | 23 | 476 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10110000 | 0 | 110001 | 1111 | 10011 | 100111110 | 110100 | 111101 |
Color Harmonies of #CF69B0
Complementary color
Monochromatic Colors of #CF69B0
Black with #CF69B0
Text Example
Text Example
White with #CF69B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69B0; }
p { color: rgb(207,105,176); }
H1.HeaderClassName
{
color: #CF69B0;
}
.AnyTagClassName
{
color: #CF69B0;
}
</style>
background-color css
<style>
a { background-color: #CF69B0; }
a { background-color: rgb(207,105,176); }
div.DivClassName
{
background-color: #CF69B0;
}
.BgClassName
{
background-color: #CF69B0;
}
</style>
border-color css
<style>
span { border-color: #CF69B0; }
span { border-color: rgb(207,105,176); }
td.TdClassName
{
border-color: #CF69B0;
}
.TagClassName
{
border-color: #CF69B0;
}
</style>