Shades of Hopbush #CC679B
Tints of Hopbush #CC679B
RGB
CMYK
RGB Variations
Color information
#CC679B (or 0xCC679B) is known color: Hopbush. HEX triplet: CC, 67 and 9B. RGB value is (204,103,155). Sum of RGB (Red+Green+Blue) = 204+103+155=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC679B is #339864. Grayscale: #8B8B8B. Windows color (decimal): -3381349 or 10184652. OLE color: 10184652.
HSL color Cylindrical-coordinate representation of color #CC679B: hue angle of 329.11º 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 #CC679B is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 155 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.2 |
| HSL | 329.11º | 0.5% | 0.6% | - |
| HSV(B) | 329.11º | 0.5% | 0.8% | - |
| XYZ | 35.67 | 24.9 | 33.94 | - |
| YUV | 139.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 155 | 0 | 0.50 | 0.24 | 0.2 | 329.11 | 0.5 | 0.6 |
| Hex | CC | 67 | 9B | 0 | 32 | 18 | 14 | 149 | 32 | 3C |
| Octal | 314 | 147 | 233 | 0 | 62 | 30 | 24 | 511 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10011011 | 0 | 110010 | 11000 | 10100 | 101001001 | 110010 | 111100 |
Color Harmonies of #CC679B
Complementary color
Monochromatic Colors of #CC679B
Black with #CC679B
Text Example
Text Example
White with #CC679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC679B; }
p { color: rgb(204,103,155); }
H1.HeaderClassName
{
color: #CC679B;
}
.AnyTagClassName
{
color: #CC679B;
}
</style>
background-color css
<style>
a { background-color: #CC679B; }
a { background-color: rgb(204,103,155); }
div.DivClassName
{
background-color: #CC679B;
}
.BgClassName
{
background-color: #CC679B;
}
</style>
border-color css
<style>
span { border-color: #CC679B; }
span { border-color: rgb(204,103,155); }
td.TdClassName
{
border-color: #CC679B;
}
.TagClassName
{
border-color: #CC679B;
}
</style>