Shades of Hopbush #CF669C
Tints of Hopbush #CF669C
RGB
CMYK
RGB Variations
Color information
#CF669C (or 0xCF669C) is known color: Hopbush. HEX triplet: CF, 66 and 9C. RGB value is (207,102,156). Sum of RGB (Red+Green+Blue) = 207+102+156=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF669C is #309963. Grayscale: #8B8B8B. Windows color (decimal): -3184996 or 10249935. OLE color: 10249935.
HSL color Cylindrical-coordinate representation of color #CF669C: hue angle of 329.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF669C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 156 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.19 |
| HSL | 329.14º | 0.52% | 0.61% | - |
| HSV(B) | 329.14º | 0.51% | 0.81% | - |
| XYZ | 36.48 | 25.17 | 34.39 | - |
| YUV | 139.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 156 | 0 | 0.51 | 0.25 | 0.19 | 329.14 | 0.52 | 0.61 |
| Hex | CF | 66 | 9C | 0 | 33 | 19 | 13 | 149 | 34 | 3D |
| Octal | 317 | 146 | 234 | 0 | 63 | 31 | 23 | 511 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10011100 | 0 | 110011 | 11001 | 10011 | 101001001 | 110100 | 111101 |
Color Harmonies of #CF669C
Complementary color
Monochromatic Colors of #CF669C
Black with #CF669C
Text Example
Text Example
White with #CF669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF669C; }
p { color: rgb(207,102,156); }
H1.HeaderClassName
{
color: #CF669C;
}
.AnyTagClassName
{
color: #CF669C;
}
</style>
background-color css
<style>
a { background-color: #CF669C; }
a { background-color: rgb(207,102,156); }
div.DivClassName
{
background-color: #CF669C;
}
.BgClassName
{
background-color: #CF669C;
}
</style>
border-color css
<style>
span { border-color: #CF669C; }
span { border-color: rgb(207,102,156); }
td.TdClassName
{
border-color: #CF669C;
}
.TagClassName
{
border-color: #CF669C;
}
</style>