Shades of Hopbush #CF6593
Tints of Hopbush #CF6593
RGB
CMYK
RGB Variations
Color information
#CF6593 (or 0xCF6593) is known color: Hopbush. HEX triplet: CF, 65 and 93. RGB value is (207,101,147). Sum of RGB (Red+Green+Blue) = 207+101+147=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6593 is #309A6C. Grayscale: #898989. Windows color (decimal): -3185261 or 9659855. OLE color: 9659855.
HSL color Cylindrical-coordinate representation of color #CF6593: hue angle of 333.96º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6593 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 147 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.19 |
| HSL | 333.96º | 0.52% | 0.6% | - |
| HSV(B) | 333.96º | 0.51% | 0.81% | - |
| XYZ | 35.65 | 24.68 | 30.49 | - |
| YUV | 137.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 147 | 0 | 0.51 | 0.29 | 0.19 | 333.96 | 0.52 | 0.6 |
| Hex | CF | 65 | 93 | 0 | 33 | 1D | 13 | 14E | 34 | 3C |
| Octal | 317 | 145 | 223 | 0 | 63 | 35 | 23 | 516 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10010011 | 0 | 110011 | 11101 | 10011 | 101001110 | 110100 | 111100 |
Color Harmonies of #CF6593
Complementary color
Monochromatic Colors of #CF6593
Black with #CF6593
Text Example
Text Example
White with #CF6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6593; }
p { color: rgb(207,101,147); }
H1.HeaderClassName
{
color: #CF6593;
}
.AnyTagClassName
{
color: #CF6593;
}
</style>
background-color css
<style>
a { background-color: #CF6593; }
a { background-color: rgb(207,101,147); }
div.DivClassName
{
background-color: #CF6593;
}
.BgClassName
{
background-color: #CF6593;
}
</style>
border-color css
<style>
span { border-color: #CF6593; }
span { border-color: rgb(207,101,147); }
td.TdClassName
{
border-color: #CF6593;
}
.TagClassName
{
border-color: #CF6593;
}
</style>