Shades of Hopbush #CC6B8D
Tints of Hopbush #CC6B8D
RGB
CMYK
RGB Variations
Color information
#CC6B8D (or 0xCC6B8D) is known color: Hopbush. HEX triplet: CC, 6B and 8D. RGB value is (204,107,141). Sum of RGB (Red+Green+Blue) = 204+107+141=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B8D is #339472. Grayscale: #8B8B8B. Windows color (decimal): -3380339 or 9268172. OLE color: 9268172.
HSL color Cylindrical-coordinate representation of color #CC6B8D: hue angle of 338.97º 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 #CC6B8D is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 141 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.2 |
| HSL | 338.97º | 0.49% | 0.61% | - |
| HSV(B) | 338.97º | 0.48% | 0.8% | - |
| XYZ | 34.97 | 25.28 | 28.24 | - |
| YUV | 139.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 141 | 0 | 0.48 | 0.31 | 0.2 | 338.97 | 0.49 | 0.61 |
| Hex | CC | 6B | 8D | 0 | 30 | 1F | 14 | 153 | 31 | 3D |
| Octal | 314 | 153 | 215 | 0 | 60 | 37 | 24 | 523 | 61 | 75 |
| Binary | 11001100 | 1101011 | 10001101 | 0 | 110000 | 11111 | 10100 | 101010011 | 110001 | 111101 |
Color Harmonies of #CC6B8D
Complementary color
Monochromatic Colors of #CC6B8D
Black with #CC6B8D
Text Example
Text Example
White with #CC6B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B8D; }
p { color: rgb(204,107,141); }
H1.HeaderClassName
{
color: #CC6B8D;
}
.AnyTagClassName
{
color: #CC6B8D;
}
</style>
background-color css
<style>
a { background-color: #CC6B8D; }
a { background-color: rgb(204,107,141); }
div.DivClassName
{
background-color: #CC6B8D;
}
.BgClassName
{
background-color: #CC6B8D;
}
</style>
border-color css
<style>
span { border-color: #CC6B8D; }
span { border-color: rgb(204,107,141); }
td.TdClassName
{
border-color: #CC6B8D;
}
.TagClassName
{
border-color: #CC6B8D;
}
</style>