Shades of Hopbush #CC699F
Tints of Hopbush #CC699F
RGB
CMYK
RGB Variations
Color information
#CC699F (or 0xCC699F) is known color: Hopbush. HEX triplet: CC, 69 and 9F. RGB value is (204,105,159). Sum of RGB (Red+Green+Blue) = 204+105+159=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC699F is #339660. Grayscale: #8C8C8C. Windows color (decimal): -3380833 or 10447308. OLE color: 10447308.
HSL color Cylindrical-coordinate representation of color #CC699F: hue angle of 327.27º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC699F is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 159 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.2 |
| HSL | 327.27º | 0.49% | 0.61% | - |
| HSV(B) | 327.27º | 0.49% | 0.8% | - |
| XYZ | 36.21 | 25.44 | 35.8 | - |
| YUV | 140.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 159 | 0 | 0.49 | 0.22 | 0.2 | 327.27 | 0.49 | 0.61 |
| Hex | CC | 69 | 9F | 0 | 31 | 16 | 14 | 147 | 31 | 3D |
| Octal | 314 | 151 | 237 | 0 | 61 | 26 | 24 | 507 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10011111 | 0 | 110001 | 10110 | 10100 | 101000111 | 110001 | 111101 |
Color Harmonies of #CC699F
Complementary color
Monochromatic Colors of #CC699F
Black with #CC699F
Text Example
Text Example
White with #CC699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC699F; }
p { color: rgb(204,105,159); }
H1.HeaderClassName
{
color: #CC699F;
}
.AnyTagClassName
{
color: #CC699F;
}
</style>
background-color css
<style>
a { background-color: #CC699F; }
a { background-color: rgb(204,105,159); }
div.DivClassName
{
background-color: #CC699F;
}
.BgClassName
{
background-color: #CC699F;
}
</style>
border-color css
<style>
span { border-color: #CC699F; }
span { border-color: rgb(204,105,159); }
td.TdClassName
{
border-color: #CC699F;
}
.TagClassName
{
border-color: #CC699F;
}
</style>