Shades of Hopbush #CC689C
Tints of Hopbush #CC689C
RGB
CMYK
RGB Variations
Color information
#CC689C (or 0xCC689C) is known color: Hopbush. HEX triplet: CC, 68 and 9C. RGB value is (204,104,156). Sum of RGB (Red+Green+Blue) = 204+104+156=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC689C is #339763. Grayscale: #8B8B8B. Windows color (decimal): -3381092 or 10250444. OLE color: 10250444.
HSL color Cylindrical-coordinate representation of color #CC689C: hue angle of 328.8º 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 #CC689C is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 156 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.2 |
| HSL | 328.8º | 0.5% | 0.6% | - |
| HSV(B) | 328.8º | 0.49% | 0.8% | - |
| XYZ | 35.85 | 25.14 | 34.42 | - |
| YUV | 139.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 156 | 0 | 0.49 | 0.24 | 0.2 | 328.8 | 0.5 | 0.6 |
| Hex | CC | 68 | 9C | 0 | 31 | 18 | 14 | 149 | 32 | 3C |
| Octal | 314 | 150 | 234 | 0 | 61 | 30 | 24 | 511 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10011100 | 0 | 110001 | 11000 | 10100 | 101001001 | 110010 | 111100 |
Color Harmonies of #CC689C
Complementary color
Monochromatic Colors of #CC689C
Black with #CC689C
Text Example
Text Example
White with #CC689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC689C; }
p { color: rgb(204,104,156); }
H1.HeaderClassName
{
color: #CC689C;
}
.AnyTagClassName
{
color: #CC689C;
}
</style>
background-color css
<style>
a { background-color: #CC689C; }
a { background-color: rgb(204,104,156); }
div.DivClassName
{
background-color: #CC689C;
}
.BgClassName
{
background-color: #CC689C;
}
</style>
border-color css
<style>
span { border-color: #CC689C; }
span { border-color: rgb(204,104,156); }
td.TdClassName
{
border-color: #CC689C;
}
.TagClassName
{
border-color: #CC689C;
}
</style>