Shades of Hopbush #CC688C
Tints of Hopbush #CC688C
RGB
CMYK
RGB Variations
Color information
#CC688C (or 0xCC688C) is known color: Hopbush. HEX triplet: CC, 68 and 8C. RGB value is (204,104,140). Sum of RGB (Red+Green+Blue) = 204+104+140=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC688C is #339773. Grayscale: #898989. Windows color (decimal): -3381108 or 9201868. OLE color: 9201868.
HSL color Cylindrical-coordinate representation of color #CC688C: hue angle of 338.4º 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 #CC688C is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 140 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.2 |
| HSL | 338.4º | 0.5% | 0.6% | - |
| HSV(B) | 338.4º | 0.49% | 0.8% | - |
| XYZ | 34.59 | 24.63 | 27.74 | - |
| YUV | 138 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 140 | 0 | 0.49 | 0.31 | 0.2 | 338.4 | 0.5 | 0.6 |
| Hex | CC | 68 | 8C | 0 | 31 | 1F | 14 | 152 | 32 | 3C |
| Octal | 314 | 150 | 214 | 0 | 61 | 37 | 24 | 522 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10001100 | 0 | 110001 | 11111 | 10100 | 101010010 | 110010 | 111100 |
Color Harmonies of #CC688C
Complementary color
Monochromatic Colors of #CC688C
Black with #CC688C
Text Example
Text Example
White with #CC688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC688C; }
p { color: rgb(204,104,140); }
H1.HeaderClassName
{
color: #CC688C;
}
.AnyTagClassName
{
color: #CC688C;
}
</style>
background-color css
<style>
a { background-color: #CC688C; }
a { background-color: rgb(204,104,140); }
div.DivClassName
{
background-color: #CC688C;
}
.BgClassName
{
background-color: #CC688C;
}
</style>
border-color css
<style>
span { border-color: #CC688C; }
span { border-color: rgb(204,104,140); }
td.TdClassName
{
border-color: #CC688C;
}
.TagClassName
{
border-color: #CC688C;
}
</style>