Shades of Hopbush #CC67A9
Tints of Hopbush #CC67A9
RGB
CMYK
RGB Variations
Color information
#CC67A9 (or 0xCC67A9) is known color: Hopbush. HEX triplet: CC, 67 and A9. RGB value is (204,103,169). Sum of RGB (Red+Green+Blue) = 204+103+169=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC67A9 is #339856. Grayscale: #8C8C8C. Windows color (decimal): -3381335 or 11102156. OLE color: 11102156.
HSL color Cylindrical-coordinate representation of color #CC67A9: hue angle of 320.79º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC67A9 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 169 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.2 |
| HSL | 320.79º | 0.5% | 0.6% | - |
| HSV(B) | 320.79º | 0.5% | 0.8% | - |
| XYZ | 36.91 | 25.4 | 40.49 | - |
| YUV | 140.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 169 | 0 | 0.50 | 0.17 | 0.2 | 320.79 | 0.5 | 0.6 |
| Hex | CC | 67 | A9 | 0 | 32 | 11 | 14 | 141 | 32 | 3C |
| Octal | 314 | 147 | 251 | 0 | 62 | 21 | 24 | 501 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10101001 | 0 | 110010 | 10001 | 10100 | 101000001 | 110010 | 111100 |
Color Harmonies of #CC67A9
Complementary color
Monochromatic Colors of #CC67A9
Black with #CC67A9
Text Example
Text Example
White with #CC67A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67A9; }
p { color: rgb(204,103,169); }
H1.HeaderClassName
{
color: #CC67A9;
}
.AnyTagClassName
{
color: #CC67A9;
}
</style>
background-color css
<style>
a { background-color: #CC67A9; }
a { background-color: rgb(204,103,169); }
div.DivClassName
{
background-color: #CC67A9;
}
.BgClassName
{
background-color: #CC67A9;
}
</style>
border-color css
<style>
span { border-color: #CC67A9; }
span { border-color: rgb(204,103,169); }
td.TdClassName
{
border-color: #CC67A9;
}
.TagClassName
{
border-color: #CC67A9;
}
</style>