Shades of Hopbush #CC6F90
Tints of Hopbush #CC6F90
RGB
CMYK
RGB Variations
Color information
#CC6F90 (or 0xCC6F90) is known color: Hopbush. HEX triplet: CC, 6F and 90. RGB value is (204,111,144). Sum of RGB (Red+Green+Blue) = 204+111+144=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F90 is #33906F. Grayscale: #8E8E8E. Windows color (decimal): -3379312 or 9465804. OLE color: 9465804.
HSL color Cylindrical-coordinate representation of color #CC6F90: hue angle of 338.71º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6F90 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 144 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.2 |
| HSL | 338.71º | 0.48% | 0.62% | - |
| HSV(B) | 338.71º | 0.46% | 0.8% | - |
| XYZ | 35.62 | 26.22 | 29.57 | - |
| YUV | 142.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 144 | 0 | 0.46 | 0.29 | 0.2 | 338.71 | 0.48 | 0.62 |
| Hex | CC | 6F | 90 | 0 | 2E | 1D | 14 | 153 | 30 | 3E |
| Octal | 314 | 157 | 220 | 0 | 56 | 35 | 24 | 523 | 60 | 76 |
| Binary | 11001100 | 1101111 | 10010000 | 0 | 101110 | 11101 | 10100 | 101010011 | 110000 | 111110 |
Color Harmonies of #CC6F90
Complementary color
Monochromatic Colors of #CC6F90
Black with #CC6F90
Text Example
Text Example
White with #CC6F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F90; }
p { color: rgb(204,111,144); }
H1.HeaderClassName
{
color: #CC6F90;
}
.AnyTagClassName
{
color: #CC6F90;
}
</style>
background-color css
<style>
a { background-color: #CC6F90; }
a { background-color: rgb(204,111,144); }
div.DivClassName
{
background-color: #CC6F90;
}
.BgClassName
{
background-color: #CC6F90;
}
</style>
border-color css
<style>
span { border-color: #CC6F90; }
span { border-color: rgb(204,111,144); }
td.TdClassName
{
border-color: #CC6F90;
}
.TagClassName
{
border-color: #CC6F90;
}
</style>