Shades of Hopbush #CC6A90
Tints of Hopbush #CC6A90
RGB
CMYK
RGB Variations
Color information
#CC6A90 (or 0xCC6A90) is known color: Hopbush. HEX triplet: CC, 6A and 90. RGB value is (204,106,144). Sum of RGB (Red+Green+Blue) = 204+106+144=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6A90 is #33956F. Grayscale: #8B8B8B. Windows color (decimal): -3380592 or 9464524. OLE color: 9464524.
HSL color Cylindrical-coordinate representation of color #CC6A90: hue angle of 336.73º 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 #CC6A90 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 144 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.2 |
| HSL | 336.73º | 0.49% | 0.61% | - |
| HSV(B) | 336.73º | 0.48% | 0.8% | - |
| XYZ | 35.09 | 25.16 | 29.39 | - |
| YUV | 139.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 144 | 0 | 0.48 | 0.29 | 0.2 | 336.73 | 0.49 | 0.61 |
| Hex | CC | 6A | 90 | 0 | 30 | 1D | 14 | 151 | 31 | 3D |
| Octal | 314 | 152 | 220 | 0 | 60 | 35 | 24 | 521 | 61 | 75 |
| Binary | 11001100 | 1101010 | 10010000 | 0 | 110000 | 11101 | 10100 | 101010001 | 110001 | 111101 |
Color Harmonies of #CC6A90
Complementary color
Monochromatic Colors of #CC6A90
Black with #CC6A90
Text Example
Text Example
White with #CC6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A90; }
p { color: rgb(204,106,144); }
H1.HeaderClassName
{
color: #CC6A90;
}
.AnyTagClassName
{
color: #CC6A90;
}
</style>
background-color css
<style>
a { background-color: #CC6A90; }
a { background-color: rgb(204,106,144); }
div.DivClassName
{
background-color: #CC6A90;
}
.BgClassName
{
background-color: #CC6A90;
}
</style>
border-color css
<style>
span { border-color: #CC6A90; }
span { border-color: rgb(204,106,144); }
td.TdClassName
{
border-color: #CC6A90;
}
.TagClassName
{
border-color: #CC6A90;
}
</style>