Shades of Hopbush #CF74A2
Tints of Hopbush #CF74A2
RGB
CMYK
RGB Variations
Color information
#CF74A2 (or 0xCF74A2) is known color: Hopbush. HEX triplet: CF, 74 and A2. RGB value is (207,116,162). Sum of RGB (Red+Green+Blue) = 207+116+162=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF74A2 is #308B5D. Grayscale: #949494. Windows color (decimal): -3181406 or 10646735. OLE color: 10646735.
HSL color Cylindrical-coordinate representation of color #CF74A2: hue angle of 329.67º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74A2 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 162 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.19 |
| HSL | 329.67º | 0.49% | 0.63% | - |
| HSV(B) | 329.67º | 0.44% | 0.81% | - |
| XYZ | 38.5 | 28.36 | 37.63 | - |
| YUV | 148.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 162 | 0 | 0.44 | 0.22 | 0.19 | 329.67 | 0.49 | 0.63 |
| Hex | CF | 74 | A2 | 0 | 2C | 16 | 13 | 14A | 31 | 3F |
| Octal | 317 | 164 | 242 | 0 | 54 | 26 | 23 | 512 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10100010 | 0 | 101100 | 10110 | 10011 | 101001010 | 110001 | 111111 |
Color Harmonies of #CF74A2
Complementary color
Monochromatic Colors of #CF74A2
Black with #CF74A2
Text Example
Text Example
White with #CF74A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74A2; }
p { color: rgb(207,116,162); }
H1.HeaderClassName
{
color: #CF74A2;
}
.AnyTagClassName
{
color: #CF74A2;
}
</style>
background-color css
<style>
a { background-color: #CF74A2; }
a { background-color: rgb(207,116,162); }
div.DivClassName
{
background-color: #CF74A2;
}
.BgClassName
{
background-color: #CF74A2;
}
</style>
border-color css
<style>
span { border-color: #CF74A2; }
span { border-color: rgb(207,116,162); }
td.TdClassName
{
border-color: #CF74A2;
}
.TagClassName
{
border-color: #CF74A2;
}
</style>