Shades of Hopbush #CC6C8B
Tints of Hopbush #CC6C8B
RGB
CMYK
RGB Variations
Color information
#CC6C8B (or 0xCC6C8B) is known color: Hopbush. HEX triplet: CC, 6C and 8B. RGB value is (204,108,139). Sum of RGB (Red+Green+Blue) = 204+108+139=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6C8B is #339374. Grayscale: #8C8C8C. Windows color (decimal): -3380085 or 9137356. OLE color: 9137356.
HSL color Cylindrical-coordinate representation of color #CC6C8B: hue angle of 340.62º 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 #CC6C8B is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 139 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.2 |
| HSL | 340.63º | 0.48% | 0.61% | - |
| HSV(B) | 340.63º | 0.47% | 0.8% | - |
| XYZ | 34.92 | 25.43 | 27.49 | - |
| YUV | 140.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 139 | 0 | 0.47 | 0.32 | 0.2 | 340.63 | 0.48 | 0.61 |
| Hex | CC | 6C | 8B | 0 | 2F | 20 | 14 | 155 | 30 | 3D |
| Octal | 314 | 154 | 213 | 0 | 57 | 40 | 24 | 525 | 60 | 75 |
| Binary | 11001100 | 1101100 | 10001011 | 0 | 101111 | 100000 | 10100 | 101010101 | 110000 | 111101 |
Color Harmonies of #CC6C8B
Complementary color
Monochromatic Colors of #CC6C8B
Black with #CC6C8B
Text Example
Text Example
White with #CC6C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C8B; }
p { color: rgb(204,108,139); }
H1.HeaderClassName
{
color: #CC6C8B;
}
.AnyTagClassName
{
color: #CC6C8B;
}
</style>
background-color css
<style>
a { background-color: #CC6C8B; }
a { background-color: rgb(204,108,139); }
div.DivClassName
{
background-color: #CC6C8B;
}
.BgClassName
{
background-color: #CC6C8B;
}
</style>
border-color css
<style>
span { border-color: #CC6C8B; }
span { border-color: rgb(204,108,139); }
td.TdClassName
{
border-color: #CC6C8B;
}
.TagClassName
{
border-color: #CC6C8B;
}
</style>