Shades of Hopbush #CC6B90
Tints of Hopbush #CC6B90
RGB
CMYK
RGB Variations
Color information
#CC6B90 (or 0xCC6B90) is known color: Hopbush. HEX triplet: CC, 6B and 90. RGB value is (204,107,144). Sum of RGB (Red+Green+Blue) = 204+107+144=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B90 is #33946F. Grayscale: #8C8C8C. Windows color (decimal): -3380336 or 9464780. OLE color: 9464780.
HSL color Cylindrical-coordinate representation of color #CC6B90: hue angle of 337.11º 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 #CC6B90 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 144 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.2 |
| HSL | 337.11º | 0.49% | 0.61% | - |
| HSV(B) | 337.11º | 0.48% | 0.8% | - |
| XYZ | 35.19 | 25.37 | 29.43 | - |
| YUV | 140.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 144 | 0 | 0.48 | 0.29 | 0.2 | 337.11 | 0.49 | 0.61 |
| Hex | CC | 6B | 90 | 0 | 30 | 1D | 14 | 151 | 31 | 3D |
| Octal | 314 | 153 | 220 | 0 | 60 | 35 | 24 | 521 | 61 | 75 |
| Binary | 11001100 | 1101011 | 10010000 | 0 | 110000 | 11101 | 10100 | 101010001 | 110001 | 111101 |
Color Harmonies of #CC6B90
Complementary color
Monochromatic Colors of #CC6B90
Black with #CC6B90
Text Example
Text Example
White with #CC6B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B90; }
p { color: rgb(204,107,144); }
H1.HeaderClassName
{
color: #CC6B90;
}
.AnyTagClassName
{
color: #CC6B90;
}
</style>
background-color css
<style>
a { background-color: #CC6B90; }
a { background-color: rgb(204,107,144); }
div.DivClassName
{
background-color: #CC6B90;
}
.BgClassName
{
background-color: #CC6B90;
}
</style>
border-color css
<style>
span { border-color: #CC6B90; }
span { border-color: rgb(204,107,144); }
td.TdClassName
{
border-color: #CC6B90;
}
.TagClassName
{
border-color: #CC6B90;
}
</style>