Shades of Hopbush #CC668E
Tints of Hopbush #CC668E
RGB
CMYK
RGB Variations
Color information
#CC668E (or 0xCC668E) is known color: Hopbush. HEX triplet: CC, 66 and 8E. RGB value is (204,102,142). Sum of RGB (Red+Green+Blue) = 204+102+142=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC668E is #339971. Grayscale: #898989. Windows color (decimal): -3381618 or 9332428. OLE color: 9332428.
HSL color Cylindrical-coordinate representation of color #CC668E: hue angle of 336.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC668E is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 142 | - |
| CMYK | 0 | 0.5 | 0.30 | 0.2 |
| HSL | 336.47º | 0.5% | 0.6% | - |
| HSV(B) | 336.47º | 0.5% | 0.8% | - |
| XYZ | 34.54 | 24.29 | 28.46 | - |
| YUV | 137.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 142 | 0 | 0.5 | 0.30 | 0.2 | 336.47 | 0.5 | 0.6 |
| Hex | CC | 66 | 8E | 0 | 32 | 1E | 14 | 150 | 32 | 3C |
| Octal | 314 | 146 | 216 | 0 | 62 | 36 | 24 | 520 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10001110 | 0 | 110010 | 11110 | 10100 | 101010000 | 110010 | 111100 |
Color Harmonies of #CC668E
Complementary color
Monochromatic Colors of #CC668E
Black with #CC668E
Text Example
Text Example
White with #CC668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC668E; }
p { color: rgb(204,102,142); }
H1.HeaderClassName
{
color: #CC668E;
}
.AnyTagClassName
{
color: #CC668E;
}
</style>
background-color css
<style>
a { background-color: #CC668E; }
a { background-color: rgb(204,102,142); }
div.DivClassName
{
background-color: #CC668E;
}
.BgClassName
{
background-color: #CC668E;
}
</style>
border-color css
<style>
span { border-color: #CC668E; }
span { border-color: rgb(204,102,142); }
td.TdClassName
{
border-color: #CC668E;
}
.TagClassName
{
border-color: #CC668E;
}
</style>