Shades of Hopbush #CC608A
Tints of Hopbush #CC608A
RGB
CMYK
RGB Variations
Color information
#CC608A (or 0xCC608A) is known color: Hopbush. HEX triplet: CC, 60 and 8A. RGB value is (204,96,138). Sum of RGB (Red+Green+Blue) = 204+96+138=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC608A is #339F75. Grayscale: #858585. Windows color (decimal): -3383158 or 9068748. OLE color: 9068748.
HSL color Cylindrical-coordinate representation of color #CC608A: hue angle of 336.67º 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 #CC608A is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 138 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.2 |
| HSL | 336.67º | 0.51% | 0.59% | - |
| HSV(B) | 336.67º | 0.53% | 0.8% | - |
| XYZ | 33.67 | 23.04 | 26.72 | - |
| YUV | 133.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 138 | 0 | 0.53 | 0.32 | 0.2 | 336.67 | 0.51 | 0.59 |
| Hex | CC | 60 | 8A | 0 | 35 | 20 | 14 | 151 | 33 | 3B |
| Octal | 314 | 140 | 212 | 0 | 65 | 40 | 24 | 521 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10001010 | 0 | 110101 | 100000 | 10100 | 101010001 | 110011 | 111011 |
Color Harmonies of #CC608A
Complementary color
Monochromatic Colors of #CC608A
Black with #CC608A
Text Example
Text Example
White with #CC608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC608A; }
p { color: rgb(204,96,138); }
H1.HeaderClassName
{
color: #CC608A;
}
.AnyTagClassName
{
color: #CC608A;
}
</style>
background-color css
<style>
a { background-color: #CC608A; }
a { background-color: rgb(204,96,138); }
div.DivClassName
{
background-color: #CC608A;
}
.BgClassName
{
background-color: #CC608A;
}
</style>
border-color css
<style>
span { border-color: #CC608A; }
span { border-color: rgb(204,96,138); }
td.TdClassName
{
border-color: #CC608A;
}
.TagClassName
{
border-color: #CC608A;
}
</style>