Shades of Hopbush #CC688E
Tints of Hopbush #CC688E
RGB
CMYK
RGB Variations
Color information
#CC688E (or 0xCC688E) is known color: Hopbush. HEX triplet: CC, 68 and 8E. RGB value is (204,104,142). Sum of RGB (Red+Green+Blue) = 204+104+142=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC688E is #339771. Grayscale: #8A8A8A. Windows color (decimal): -3381106 or 9332940. OLE color: 9332940.
HSL color Cylindrical-coordinate representation of color #CC688E: hue angle of 337.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 #CC688E is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 142 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.2 |
| HSL | 337.2º | 0.5% | 0.6% | - |
| HSV(B) | 337.2º | 0.49% | 0.8% | - |
| XYZ | 34.73 | 24.69 | 28.53 | - |
| YUV | 138.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 142 | 0 | 0.49 | 0.30 | 0.2 | 337.2 | 0.5 | 0.6 |
| Hex | CC | 68 | 8E | 0 | 31 | 1E | 14 | 151 | 32 | 3C |
| Octal | 314 | 150 | 216 | 0 | 61 | 36 | 24 | 521 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10001110 | 0 | 110001 | 11110 | 10100 | 101010001 | 110010 | 111100 |
Color Harmonies of #CC688E
Complementary color
Monochromatic Colors of #CC688E
Black with #CC688E
Text Example
Text Example
White with #CC688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC688E; }
p { color: rgb(204,104,142); }
H1.HeaderClassName
{
color: #CC688E;
}
.AnyTagClassName
{
color: #CC688E;
}
</style>
background-color css
<style>
a { background-color: #CC688E; }
a { background-color: rgb(204,104,142); }
div.DivClassName
{
background-color: #CC688E;
}
.BgClassName
{
background-color: #CC688E;
}
</style>
border-color css
<style>
span { border-color: #CC688E; }
span { border-color: rgb(204,104,142); }
td.TdClassName
{
border-color: #CC688E;
}
.TagClassName
{
border-color: #CC688E;
}
</style>