Shades of Hopbush #CC6D9A
Tints of Hopbush #CC6D9A
RGB
CMYK
RGB Variations
Color information
#CC6D9A (or 0xCC6D9A) is known color: Hopbush. HEX triplet: CC, 6D and 9A. RGB value is (204,109,154). Sum of RGB (Red+Green+Blue) = 204+109+154=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D9A is #339265. Grayscale: #8E8E8E. Windows color (decimal): -3379814 or 10120652. OLE color: 10120652.
HSL color Cylindrical-coordinate representation of color #CC6D9A: hue angle of 331.58º 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 #CC6D9A is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 154 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.2 |
| HSL | 331.58º | 0.48% | 0.61% | - |
| HSV(B) | 331.58º | 0.47% | 0.8% | - |
| XYZ | 36.2 | 26.11 | 33.7 | - |
| YUV | 142.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 154 | 0 | 0.47 | 0.25 | 0.2 | 331.58 | 0.48 | 0.61 |
| Hex | CC | 6D | 9A | 0 | 2F | 19 | 14 | 14C | 30 | 3D |
| Octal | 314 | 155 | 232 | 0 | 57 | 31 | 24 | 514 | 60 | 75 |
| Binary | 11001100 | 1101101 | 10011010 | 0 | 101111 | 11001 | 10100 | 101001100 | 110000 | 111101 |
Color Harmonies of #CC6D9A
Complementary color
Monochromatic Colors of #CC6D9A
Black with #CC6D9A
Text Example
Text Example
White with #CC6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D9A; }
p { color: rgb(204,109,154); }
H1.HeaderClassName
{
color: #CC6D9A;
}
.AnyTagClassName
{
color: #CC6D9A;
}
</style>
background-color css
<style>
a { background-color: #CC6D9A; }
a { background-color: rgb(204,109,154); }
div.DivClassName
{
background-color: #CC6D9A;
}
.BgClassName
{
background-color: #CC6D9A;
}
</style>
border-color css
<style>
span { border-color: #CC6D9A; }
span { border-color: rgb(204,109,154); }
td.TdClassName
{
border-color: #CC6D9A;
}
.TagClassName
{
border-color: #CC6D9A;
}
</style>