Shades of Hopbush #CC679A
Tints of Hopbush #CC679A
RGB
CMYK
RGB Variations
Color information
#CC679A (or 0xCC679A) is known color: Hopbush. HEX triplet: CC, 67 and 9A. RGB value is (204,103,154). Sum of RGB (Red+Green+Blue) = 204+103+154=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC679A is #339865. Grayscale: #8A8A8A. Windows color (decimal): -3381350 or 10119116. OLE color: 10119116.
HSL color Cylindrical-coordinate representation of color #CC679A: hue angle of 329.7º 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 #CC679A is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 154 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.2 |
| HSL | 329.7º | 0.5% | 0.6% | - |
| HSV(B) | 329.7º | 0.5% | 0.8% | - |
| XYZ | 35.58 | 24.87 | 33.5 | - |
| YUV | 139.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 154 | 0 | 0.50 | 0.25 | 0.2 | 329.7 | 0.5 | 0.6 |
| Hex | CC | 67 | 9A | 0 | 32 | 19 | 14 | 14A | 32 | 3C |
| Octal | 314 | 147 | 232 | 0 | 62 | 31 | 24 | 512 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10011010 | 0 | 110010 | 11001 | 10100 | 101001010 | 110010 | 111100 |
Color Harmonies of #CC679A
Complementary color
Monochromatic Colors of #CC679A
Black with #CC679A
Text Example
Text Example
White with #CC679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC679A; }
p { color: rgb(204,103,154); }
H1.HeaderClassName
{
color: #CC679A;
}
.AnyTagClassName
{
color: #CC679A;
}
</style>
background-color css
<style>
a { background-color: #CC679A; }
a { background-color: rgb(204,103,154); }
div.DivClassName
{
background-color: #CC679A;
}
.BgClassName
{
background-color: #CC679A;
}
</style>
border-color css
<style>
span { border-color: #CC679A; }
span { border-color: rgb(204,103,154); }
td.TdClassName
{
border-color: #CC679A;
}
.TagClassName
{
border-color: #CC679A;
}
</style>