Shades of Hopbush #CC6A91
Tints of Hopbush #CC6A91
RGB
CMYK
RGB Variations
Color information
#CC6A91 (or 0xCC6A91) is known color: Hopbush. HEX triplet: CC, 6A and 91. RGB value is (204,106,145). Sum of RGB (Red+Green+Blue) = 204+106+145=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6A91 is #33956E. Grayscale: #8B8B8B. Windows color (decimal): -3380591 or 9530060. OLE color: 9530060.
HSL color Cylindrical-coordinate representation of color #CC6A91: hue angle of 336.12º 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 #CC6A91 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 145 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.2 |
| HSL | 336.12º | 0.49% | 0.61% | - |
| HSV(B) | 336.12º | 0.48% | 0.8% | - |
| XYZ | 35.17 | 25.19 | 29.8 | - |
| YUV | 139.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 145 | 0 | 0.48 | 0.29 | 0.2 | 336.12 | 0.49 | 0.61 |
| Hex | CC | 6A | 91 | 0 | 30 | 1D | 14 | 150 | 31 | 3D |
| Octal | 314 | 152 | 221 | 0 | 60 | 35 | 24 | 520 | 61 | 75 |
| Binary | 11001100 | 1101010 | 10010001 | 0 | 110000 | 11101 | 10100 | 101010000 | 110001 | 111101 |
Color Harmonies of #CC6A91
Complementary color
Monochromatic Colors of #CC6A91
Black with #CC6A91
Text Example
Text Example
White with #CC6A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A91; }
p { color: rgb(204,106,145); }
H1.HeaderClassName
{
color: #CC6A91;
}
.AnyTagClassName
{
color: #CC6A91;
}
</style>
background-color css
<style>
a { background-color: #CC6A91; }
a { background-color: rgb(204,106,145); }
div.DivClassName
{
background-color: #CC6A91;
}
.BgClassName
{
background-color: #CC6A91;
}
</style>
border-color css
<style>
span { border-color: #CC6A91; }
span { border-color: rgb(204,106,145); }
td.TdClassName
{
border-color: #CC6A91;
}
.TagClassName
{
border-color: #CC6A91;
}
</style>