Shades of Hopbush #CC668F
Tints of Hopbush #CC668F
RGB
CMYK
RGB Variations
Color information
#CC668F (or 0xCC668F) is known color: Hopbush. HEX triplet: CC, 66 and 8F. RGB value is (204,102,143). Sum of RGB (Red+Green+Blue) = 204+102+143=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC668F is #339970. Grayscale: #898989. Windows color (decimal): -3381617 or 9397964. OLE color: 9397964.
HSL color Cylindrical-coordinate representation of color #CC668F: hue angle of 335.88º 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 #CC668F is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 143 | - |
| CMYK | 0 | 0.5 | 0.30 | 0.2 |
| HSL | 335.88º | 0.5% | 0.6% | - |
| HSV(B) | 335.88º | 0.5% | 0.8% | - |
| XYZ | 34.61 | 24.32 | 28.86 | - |
| YUV | 137.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 143 | 0 | 0.5 | 0.30 | 0.2 | 335.88 | 0.5 | 0.6 |
| Hex | CC | 66 | 8F | 0 | 32 | 1E | 14 | 150 | 32 | 3C |
| Octal | 314 | 146 | 217 | 0 | 62 | 36 | 24 | 520 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10001111 | 0 | 110010 | 11110 | 10100 | 101010000 | 110010 | 111100 |
Color Harmonies of #CC668F
Complementary color
Monochromatic Colors of #CC668F
Black with #CC668F
Text Example
Text Example
White with #CC668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC668F; }
p { color: rgb(204,102,143); }
H1.HeaderClassName
{
color: #CC668F;
}
.AnyTagClassName
{
color: #CC668F;
}
</style>
background-color css
<style>
a { background-color: #CC668F; }
a { background-color: rgb(204,102,143); }
div.DivClassName
{
background-color: #CC668F;
}
.BgClassName
{
background-color: #CC668F;
}
</style>
border-color css
<style>
span { border-color: #CC668F; }
span { border-color: rgb(204,102,143); }
td.TdClassName
{
border-color: #CC668F;
}
.TagClassName
{
border-color: #CC668F;
}
</style>