Shades of Hopbush #CC608C
Tints of Hopbush #CC608C
RGB
CMYK
RGB Variations
Color information
#CC608C (or 0xCC608C) is known color: Hopbush. HEX triplet: CC, 60 and 8C. RGB value is (204,96,140). Sum of RGB (Red+Green+Blue) = 204+96+140=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC608C is #339F73. Grayscale: #858585. Windows color (decimal): -3383156 or 9199820. OLE color: 9199820.
HSL color Cylindrical-coordinate representation of color #CC608C: hue angle of 335.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC608C is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 140 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.2 |
| HSL | 335.56º | 0.51% | 0.59% | - |
| HSV(B) | 335.56º | 0.53% | 0.8% | - |
| XYZ | 33.82 | 23.1 | 27.49 | - |
| YUV | 133.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 140 | 0 | 0.53 | 0.31 | 0.2 | 335.56 | 0.51 | 0.59 |
| Hex | CC | 60 | 8C | 0 | 35 | 1F | 14 | 150 | 33 | 3B |
| Octal | 314 | 140 | 214 | 0 | 65 | 37 | 24 | 520 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10001100 | 0 | 110101 | 11111 | 10100 | 101010000 | 110011 | 111011 |
Color Harmonies of #CC608C
Complementary color
Monochromatic Colors of #CC608C
Black with #CC608C
Text Example
Text Example
White with #CC608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC608C; }
p { color: rgb(204,96,140); }
H1.HeaderClassName
{
color: #CC608C;
}
.AnyTagClassName
{
color: #CC608C;
}
</style>
background-color css
<style>
a { background-color: #CC608C; }
a { background-color: rgb(204,96,140); }
div.DivClassName
{
background-color: #CC608C;
}
.BgClassName
{
background-color: #CC608C;
}
</style>
border-color css
<style>
span { border-color: #CC608C; }
span { border-color: rgb(204,96,140); }
td.TdClassName
{
border-color: #CC608C;
}
.TagClassName
{
border-color: #CC608C;
}
</style>