Shades of Hopbush #CC6A8D
Tints of Hopbush #CC6A8D
RGB
CMYK
RGB Variations
Color information
#CC6A8D (or 0xCC6A8D) is known color: Hopbush. HEX triplet: CC, 6A and 8D. RGB value is (204,106,141). Sum of RGB (Red+Green+Blue) = 204+106+141=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6A8D is #339572. Grayscale: #8B8B8B. Windows color (decimal): -3380595 or 9267916. OLE color: 9267916.
HSL color Cylindrical-coordinate representation of color #CC6A8D: hue angle of 338.57º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6A8D is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 141 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.2 |
| HSL | 338.57º | 0.49% | 0.61% | - |
| HSV(B) | 338.57º | 0.48% | 0.8% | - |
| XYZ | 34.86 | 25.07 | 28.2 | - |
| YUV | 139.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 141 | 0 | 0.48 | 0.31 | 0.2 | 338.57 | 0.49 | 0.61 |
| Hex | CC | 6A | 8D | 0 | 30 | 1F | 14 | 153 | 31 | 3D |
| Octal | 314 | 152 | 215 | 0 | 60 | 37 | 24 | 523 | 61 | 75 |
| Binary | 11001100 | 1101010 | 10001101 | 0 | 110000 | 11111 | 10100 | 101010011 | 110001 | 111101 |
Color Harmonies of #CC6A8D
Complementary color
Monochromatic Colors of #CC6A8D
Black with #CC6A8D
Text Example
Text Example
White with #CC6A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A8D; }
p { color: rgb(204,106,141); }
H1.HeaderClassName
{
color: #CC6A8D;
}
.AnyTagClassName
{
color: #CC6A8D;
}
</style>
background-color css
<style>
a { background-color: #CC6A8D; }
a { background-color: rgb(204,106,141); }
div.DivClassName
{
background-color: #CC6A8D;
}
.BgClassName
{
background-color: #CC6A8D;
}
</style>
border-color css
<style>
span { border-color: #CC6A8D; }
span { border-color: rgb(204,106,141); }
td.TdClassName
{
border-color: #CC6A8D;
}
.TagClassName
{
border-color: #CC6A8D;
}
</style>