Shades of Hopbush #CC6C8D
Tints of Hopbush #CC6C8D
RGB
CMYK
RGB Variations
Color information
#CC6C8D (or 0xCC6C8D) is known color: Hopbush. HEX triplet: CC, 6C and 8D. RGB value is (204,108,141). Sum of RGB (Red+Green+Blue) = 204+108+141=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6C8D is #339372. Grayscale: #8C8C8C. Windows color (decimal): -3380083 or 9268428. OLE color: 9268428.
HSL color Cylindrical-coordinate representation of color #CC6C8D: hue angle of 339.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6C8D is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 141 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.2 |
| HSL | 339.38º | 0.48% | 0.61% | - |
| HSV(B) | 339.38º | 0.47% | 0.8% | - |
| XYZ | 35.07 | 25.49 | 28.27 | - |
| YUV | 140.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 141 | 0 | 0.47 | 0.31 | 0.2 | 339.38 | 0.48 | 0.61 |
| Hex | CC | 6C | 8D | 0 | 2F | 1F | 14 | 153 | 30 | 3D |
| Octal | 314 | 154 | 215 | 0 | 57 | 37 | 24 | 523 | 60 | 75 |
| Binary | 11001100 | 1101100 | 10001101 | 0 | 101111 | 11111 | 10100 | 101010011 | 110000 | 111101 |
Color Harmonies of #CC6C8D
Complementary color
Monochromatic Colors of #CC6C8D
Black with #CC6C8D
Text Example
Text Example
White with #CC6C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C8D; }
p { color: rgb(204,108,141); }
H1.HeaderClassName
{
color: #CC6C8D;
}
.AnyTagClassName
{
color: #CC6C8D;
}
</style>
background-color css
<style>
a { background-color: #CC6C8D; }
a { background-color: rgb(204,108,141); }
div.DivClassName
{
background-color: #CC6C8D;
}
.BgClassName
{
background-color: #CC6C8D;
}
</style>
border-color css
<style>
span { border-color: #CC6C8D; }
span { border-color: rgb(204,108,141); }
td.TdClassName
{
border-color: #CC6C8D;
}
.TagClassName
{
border-color: #CC6C8D;
}
</style>