Shades of Hopbush #CC6B8C
Tints of Hopbush #CC6B8C
RGB
CMYK
RGB Variations
Color information
#CC6B8C (or 0xCC6B8C) is known color: Hopbush. HEX triplet: CC, 6B and 8C. RGB value is (204,107,140). Sum of RGB (Red+Green+Blue) = 204+107+140=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B8C is #339473. Grayscale: #8B8B8B. Windows color (decimal): -3380340 or 9202636. OLE color: 9202636.
HSL color Cylindrical-coordinate representation of color #CC6B8C: hue angle of 339.59º 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 #CC6B8C is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 140 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.2 |
| HSL | 339.59º | 0.49% | 0.61% | - |
| HSV(B) | 339.59º | 0.48% | 0.8% | - |
| XYZ | 34.89 | 25.25 | 27.84 | - |
| YUV | 139.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 140 | 0 | 0.48 | 0.31 | 0.2 | 339.59 | 0.49 | 0.61 |
| Hex | CC | 6B | 8C | 0 | 30 | 1F | 14 | 154 | 31 | 3D |
| Octal | 314 | 153 | 214 | 0 | 60 | 37 | 24 | 524 | 61 | 75 |
| Binary | 11001100 | 1101011 | 10001100 | 0 | 110000 | 11111 | 10100 | 101010100 | 110001 | 111101 |
Color Harmonies of #CC6B8C
Complementary color
Monochromatic Colors of #CC6B8C
Black with #CC6B8C
Text Example
Text Example
White with #CC6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B8C; }
p { color: rgb(204,107,140); }
H1.HeaderClassName
{
color: #CC6B8C;
}
.AnyTagClassName
{
color: #CC6B8C;
}
</style>
background-color css
<style>
a { background-color: #CC6B8C; }
a { background-color: rgb(204,107,140); }
div.DivClassName
{
background-color: #CC6B8C;
}
.BgClassName
{
background-color: #CC6B8C;
}
</style>
border-color css
<style>
span { border-color: #CC6B8C; }
span { border-color: rgb(204,107,140); }
td.TdClassName
{
border-color: #CC6B8C;
}
.TagClassName
{
border-color: #CC6B8C;
}
</style>