Shades of Hopbush #CC69A8
Tints of Hopbush #CC69A8
RGB
CMYK
RGB Variations
Color information
#CC69A8 (or 0xCC69A8) is known color: Hopbush. HEX triplet: CC, 69 and A8. RGB value is (204,105,168). Sum of RGB (Red+Green+Blue) = 204+105+168=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC69A8 is #339657. Grayscale: #8D8D8D. Windows color (decimal): -3380824 or 11037132. OLE color: 11037132.
HSL color Cylindrical-coordinate representation of color #CC69A8: hue angle of 321.82º 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 #CC69A8 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 168 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.2 |
| HSL | 321.82º | 0.49% | 0.61% | - |
| HSV(B) | 321.82º | 0.49% | 0.8% | - |
| XYZ | 37.02 | 25.77 | 40.07 | - |
| YUV | 141.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 168 | 0 | 0.49 | 0.18 | 0.2 | 321.82 | 0.49 | 0.61 |
| Hex | CC | 69 | A8 | 0 | 31 | 12 | 14 | 142 | 31 | 3D |
| Octal | 314 | 151 | 250 | 0 | 61 | 22 | 24 | 502 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10101000 | 0 | 110001 | 10010 | 10100 | 101000010 | 110001 | 111101 |
Color Harmonies of #CC69A8
Complementary color
Monochromatic Colors of #CC69A8
Black with #CC69A8
Text Example
Text Example
White with #CC69A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69A8; }
p { color: rgb(204,105,168); }
H1.HeaderClassName
{
color: #CC69A8;
}
.AnyTagClassName
{
color: #CC69A8;
}
</style>
background-color css
<style>
a { background-color: #CC69A8; }
a { background-color: rgb(204,105,168); }
div.DivClassName
{
background-color: #CC69A8;
}
.BgClassName
{
background-color: #CC69A8;
}
</style>
border-color css
<style>
span { border-color: #CC69A8; }
span { border-color: rgb(204,105,168); }
td.TdClassName
{
border-color: #CC69A8;
}
.TagClassName
{
border-color: #CC69A8;
}
</style>