Shades of Hopbush #CC6F9E
Tints of Hopbush #CC6F9E
RGB
CMYK
RGB Variations
Color information
#CC6F9E (or 0xCC6F9E) is known color: Hopbush. HEX triplet: CC, 6F and 9E. RGB value is (204,111,158). Sum of RGB (Red+Green+Blue) = 204+111+158=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F9E is #339061. Grayscale: #909090. Windows color (decimal): -3379298 or 10383308. OLE color: 10383308.
HSL color Cylindrical-coordinate representation of color #CC6F9E: hue angle of 329.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6F9E is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 158 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.2 |
| HSL | 329.68º | 0.48% | 0.62% | - |
| HSV(B) | 329.68º | 0.46% | 0.8% | - |
| XYZ | 36.76 | 26.67 | 35.56 | - |
| YUV | 144.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 158 | 0 | 0.46 | 0.23 | 0.2 | 329.68 | 0.48 | 0.62 |
| Hex | CC | 6F | 9E | 0 | 2E | 17 | 14 | 14A | 30 | 3E |
| Octal | 314 | 157 | 236 | 0 | 56 | 27 | 24 | 512 | 60 | 76 |
| Binary | 11001100 | 1101111 | 10011110 | 0 | 101110 | 10111 | 10100 | 101001010 | 110000 | 111110 |
Color Harmonies of #CC6F9E
Complementary color
Monochromatic Colors of #CC6F9E
Black with #CC6F9E
Text Example
Text Example
White with #CC6F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F9E; }
p { color: rgb(204,111,158); }
H1.HeaderClassName
{
color: #CC6F9E;
}
.AnyTagClassName
{
color: #CC6F9E;
}
</style>
background-color css
<style>
a { background-color: #CC6F9E; }
a { background-color: rgb(204,111,158); }
div.DivClassName
{
background-color: #CC6F9E;
}
.BgClassName
{
background-color: #CC6F9E;
}
</style>
border-color css
<style>
span { border-color: #CC6F9E; }
span { border-color: rgb(204,111,158); }
td.TdClassName
{
border-color: #CC6F9E;
}
.TagClassName
{
border-color: #CC6F9E;
}
</style>