Shades of Hopbush #CC67A7
Tints of Hopbush #CC67A7
RGB
CMYK
RGB Variations
Color information
#CC67A7 (or 0xCC67A7) is known color: Hopbush. HEX triplet: CC, 67 and A7. RGB value is (204,103,167). Sum of RGB (Red+Green+Blue) = 204+103+167=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC67A7 is #339858. Grayscale: #8C8C8C. Windows color (decimal): -3381337 or 10971084. OLE color: 10971084.
HSL color Cylindrical-coordinate representation of color #CC67A7: hue angle of 321.98º 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 #CC67A7 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 167 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.2 |
| HSL | 321.98º | 0.5% | 0.6% | - |
| HSV(B) | 321.98º | 0.5% | 0.8% | - |
| XYZ | 36.73 | 25.33 | 39.51 | - |
| YUV | 140.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 167 | 0 | 0.50 | 0.18 | 0.2 | 321.98 | 0.5 | 0.6 |
| Hex | CC | 67 | A7 | 0 | 32 | 12 | 14 | 142 | 32 | 3C |
| Octal | 314 | 147 | 247 | 0 | 62 | 22 | 24 | 502 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10100111 | 0 | 110010 | 10010 | 10100 | 101000010 | 110010 | 111100 |
Color Harmonies of #CC67A7
Complementary color
Monochromatic Colors of #CC67A7
Black with #CC67A7
Text Example
Text Example
White with #CC67A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67A7; }
p { color: rgb(204,103,167); }
H1.HeaderClassName
{
color: #CC67A7;
}
.AnyTagClassName
{
color: #CC67A7;
}
</style>
background-color css
<style>
a { background-color: #CC67A7; }
a { background-color: rgb(204,103,167); }
div.DivClassName
{
background-color: #CC67A7;
}
.BgClassName
{
background-color: #CC67A7;
}
</style>
border-color css
<style>
span { border-color: #CC67A7; }
span { border-color: rgb(204,103,167); }
td.TdClassName
{
border-color: #CC67A7;
}
.TagClassName
{
border-color: #CC67A7;
}
</style>