Shades of Hopbush #CF6597
Tints of Hopbush #CF6597
RGB
CMYK
RGB Variations
Color information
#CF6597 (or 0xCF6597) is known color: Hopbush. HEX triplet: CF, 65 and 97. RGB value is (207,101,151). Sum of RGB (Red+Green+Blue) = 207+101+151=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6597 is #309A68. Grayscale: #8A8A8A. Windows color (decimal): -3185257 or 9921999. OLE color: 9921999.
HSL color Cylindrical-coordinate representation of color #CF6597: hue angle of 331.7º 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 #CF6597 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 151 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.19 |
| HSL | 331.7º | 0.52% | 0.6% | - |
| HSV(B) | 331.7º | 0.51% | 0.81% | - |
| XYZ | 35.97 | 24.81 | 32.17 | - |
| YUV | 138.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 151 | 0 | 0.51 | 0.27 | 0.19 | 331.7 | 0.52 | 0.6 |
| Hex | CF | 65 | 97 | 0 | 33 | 1B | 13 | 14C | 34 | 3C |
| Octal | 317 | 145 | 227 | 0 | 63 | 33 | 23 | 514 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10010111 | 0 | 110011 | 11011 | 10011 | 101001100 | 110100 | 111100 |
Color Harmonies of #CF6597
Complementary color
Monochromatic Colors of #CF6597
Black with #CF6597
Text Example
Text Example
White with #CF6597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6597; }
p { color: rgb(207,101,151); }
H1.HeaderClassName
{
color: #CF6597;
}
.AnyTagClassName
{
color: #CF6597;
}
</style>
background-color css
<style>
a { background-color: #CF6597; }
a { background-color: rgb(207,101,151); }
div.DivClassName
{
background-color: #CF6597;
}
.BgClassName
{
background-color: #CF6597;
}
</style>
border-color css
<style>
span { border-color: #CF6597; }
span { border-color: rgb(207,101,151); }
td.TdClassName
{
border-color: #CF6597;
}
.TagClassName
{
border-color: #CF6597;
}
</style>