Shades of Hopbush #CC7A98
Tints of Hopbush #CC7A98
RGB
CMYK
RGB Variations
Color information
#CC7A98 (or 0xCC7A98) is known color: Hopbush. HEX triplet: CC, 7A and 98. RGB value is (204,122,152). Sum of RGB (Red+Green+Blue) = 204+122+152=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A98 is #338567. Grayscale: #959595. Windows color (decimal): -3376488 or 9992908. OLE color: 9992908.
HSL color Cylindrical-coordinate representation of color #CC7A98: hue angle of 338.05º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7A98 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 152 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.2 |
| HSL | 338.05º | 0.45% | 0.64% | - |
| HSV(B) | 338.05º | 0.4% | 0.8% | - |
| XYZ | 37.53 | 29.02 | 33.33 | - |
| YUV | 149.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 152 | 0 | 0.40 | 0.25 | 0.2 | 338.05 | 0.45 | 0.64 |
| Hex | CC | 7A | 98 | 0 | 28 | 19 | 14 | 152 | 2D | 40 |
| Octal | 314 | 172 | 230 | 0 | 50 | 31 | 24 | 522 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10011000 | 0 | 101000 | 11001 | 10100 | 101010010 | 101101 | 1000000 |
Color Harmonies of #CC7A98
Complementary color
Monochromatic Colors of #CC7A98
Black with #CC7A98
Text Example
Text Example
White with #CC7A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A98; }
p { color: rgb(204,122,152); }
H1.HeaderClassName
{
color: #CC7A98;
}
.AnyTagClassName
{
color: #CC7A98;
}
</style>
background-color css
<style>
a { background-color: #CC7A98; }
a { background-color: rgb(204,122,152); }
div.DivClassName
{
background-color: #CC7A98;
}
.BgClassName
{
background-color: #CC7A98;
}
</style>
border-color css
<style>
span { border-color: #CC7A98; }
span { border-color: rgb(204,122,152); }
td.TdClassName
{
border-color: #CC7A98;
}
.TagClassName
{
border-color: #CC7A98;
}
</style>