Shades of Hopbush #CC689D
Tints of Hopbush #CC689D
RGB
CMYK
RGB Variations
Color information
#CC689D (or 0xCC689D) is known color: Hopbush. HEX triplet: CC, 68 and 9D. RGB value is (204,104,157). Sum of RGB (Red+Green+Blue) = 204+104+157=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC689D is #339762. Grayscale: #8B8B8B. Windows color (decimal): -3381091 or 10315980. OLE color: 10315980.
HSL color Cylindrical-coordinate representation of color #CC689D: hue angle of 328.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC689D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 157 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.2 |
| HSL | 328.2º | 0.5% | 0.6% | - |
| HSV(B) | 328.2º | 0.49% | 0.8% | - |
| XYZ | 35.94 | 25.17 | 34.86 | - |
| YUV | 139.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 157 | 0 | 0.49 | 0.23 | 0.2 | 328.2 | 0.5 | 0.6 |
| Hex | CC | 68 | 9D | 0 | 31 | 17 | 14 | 148 | 32 | 3C |
| Octal | 314 | 150 | 235 | 0 | 61 | 27 | 24 | 510 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10011101 | 0 | 110001 | 10111 | 10100 | 101001000 | 110010 | 111100 |
Color Harmonies of #CC689D
Complementary color
Monochromatic Colors of #CC689D
Black with #CC689D
Text Example
Text Example
White with #CC689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC689D; }
p { color: rgb(204,104,157); }
H1.HeaderClassName
{
color: #CC689D;
}
.AnyTagClassName
{
color: #CC689D;
}
</style>
background-color css
<style>
a { background-color: #CC689D; }
a { background-color: rgb(204,104,157); }
div.DivClassName
{
background-color: #CC689D;
}
.BgClassName
{
background-color: #CC689D;
}
</style>
border-color css
<style>
span { border-color: #CC689D; }
span { border-color: rgb(204,104,157); }
td.TdClassName
{
border-color: #CC689D;
}
.TagClassName
{
border-color: #CC689D;
}
</style>