Shades of Hopbush #CC688A
Tints of Hopbush #CC688A
RGB
CMYK
RGB Variations
Color information
#CC688A (or 0xCC688A) is known color: Hopbush. HEX triplet: CC, 68 and 8A. RGB value is (204,104,138). Sum of RGB (Red+Green+Blue) = 204+104+138=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC688A is #339775. Grayscale: #898989. Windows color (decimal): -3381110 or 9070796. OLE color: 9070796.
HSL color Cylindrical-coordinate representation of color #CC688A: hue angle of 339.6º 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 #CC688A is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 138 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.2 |
| HSL | 339.6º | 0.5% | 0.6% | - |
| HSV(B) | 339.6º | 0.49% | 0.8% | - |
| XYZ | 34.44 | 24.57 | 26.97 | - |
| YUV | 137.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 138 | 0 | 0.49 | 0.32 | 0.2 | 339.6 | 0.5 | 0.6 |
| Hex | CC | 68 | 8A | 0 | 31 | 20 | 14 | 154 | 32 | 3C |
| Octal | 314 | 150 | 212 | 0 | 61 | 40 | 24 | 524 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10001010 | 0 | 110001 | 100000 | 10100 | 101010100 | 110010 | 111100 |
Color Harmonies of #CC688A
Complementary color
Monochromatic Colors of #CC688A
Black with #CC688A
Text Example
Text Example
White with #CC688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC688A; }
p { color: rgb(204,104,138); }
H1.HeaderClassName
{
color: #CC688A;
}
.AnyTagClassName
{
color: #CC688A;
}
</style>
background-color css
<style>
a { background-color: #CC688A; }
a { background-color: rgb(204,104,138); }
div.DivClassName
{
background-color: #CC688A;
}
.BgClassName
{
background-color: #CC688A;
}
</style>
border-color css
<style>
span { border-color: #CC688A; }
span { border-color: rgb(204,104,138); }
td.TdClassName
{
border-color: #CC688A;
}
.TagClassName
{
border-color: #CC688A;
}
</style>