Shades of Hopbush #CC69A6
Tints of Hopbush #CC69A6
RGB
CMYK
RGB Variations
Color information
#CC69A6 (or 0xCC69A6) is known color: Hopbush. HEX triplet: CC, 69 and A6. RGB value is (204,105,166). Sum of RGB (Red+Green+Blue) = 204+105+166=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC69A6 is #339659. Grayscale: #8D8D8D. Windows color (decimal): -3380826 or 10906060. OLE color: 10906060.
HSL color Cylindrical-coordinate representation of color #CC69A6: hue angle of 323.03º 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 #CC69A6 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 166 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.2 |
| HSL | 323.03º | 0.49% | 0.61% | - |
| HSV(B) | 323.03º | 0.49% | 0.8% | - |
| XYZ | 36.84 | 25.69 | 39.09 | - |
| YUV | 141.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 166 | 0 | 0.49 | 0.19 | 0.2 | 323.03 | 0.49 | 0.61 |
| Hex | CC | 69 | A6 | 0 | 31 | 13 | 14 | 143 | 31 | 3D |
| Octal | 314 | 151 | 246 | 0 | 61 | 23 | 24 | 503 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10100110 | 0 | 110001 | 10011 | 10100 | 101000011 | 110001 | 111101 |
Color Harmonies of #CC69A6
Complementary color
Monochromatic Colors of #CC69A6
Black with #CC69A6
Text Example
Text Example
White with #CC69A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69A6; }
p { color: rgb(204,105,166); }
H1.HeaderClassName
{
color: #CC69A6;
}
.AnyTagClassName
{
color: #CC69A6;
}
</style>
background-color css
<style>
a { background-color: #CC69A6; }
a { background-color: rgb(204,105,166); }
div.DivClassName
{
background-color: #CC69A6;
}
.BgClassName
{
background-color: #CC69A6;
}
</style>
border-color css
<style>
span { border-color: #CC69A6; }
span { border-color: rgb(204,105,166); }
td.TdClassName
{
border-color: #CC69A6;
}
.TagClassName
{
border-color: #CC69A6;
}
</style>