Shades of Hopbush #CC6995
Tints of Hopbush #CC6995
RGB
CMYK
RGB Variations
Color information
#CC6995 (or 0xCC6995) is known color: Hopbush. HEX triplet: CC, 69 and 95. RGB value is (204,105,149). Sum of RGB (Red+Green+Blue) = 204+105+149=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6995 is #33966A. Grayscale: #8B8B8B. Windows color (decimal): -3380843 or 9791948. OLE color: 9791948.
HSL color Cylindrical-coordinate representation of color #CC6995: hue angle of 333.33º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6995 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 149 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.2 |
| HSL | 333.33º | 0.49% | 0.61% | - |
| HSV(B) | 333.33º | 0.49% | 0.8% | - |
| XYZ | 35.38 | 25.11 | 31.42 | - |
| YUV | 139.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 149 | 0 | 0.49 | 0.27 | 0.2 | 333.33 | 0.49 | 0.61 |
| Hex | CC | 69 | 95 | 0 | 31 | 1B | 14 | 14D | 31 | 3D |
| Octal | 314 | 151 | 225 | 0 | 61 | 33 | 24 | 515 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10010101 | 0 | 110001 | 11011 | 10100 | 101001101 | 110001 | 111101 |
Color Harmonies of #CC6995
Complementary color
Monochromatic Colors of #CC6995
Black with #CC6995
Text Example
Text Example
White with #CC6995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6995; }
p { color: rgb(204,105,149); }
H1.HeaderClassName
{
color: #CC6995;
}
.AnyTagClassName
{
color: #CC6995;
}
</style>
background-color css
<style>
a { background-color: #CC6995; }
a { background-color: rgb(204,105,149); }
div.DivClassName
{
background-color: #CC6995;
}
.BgClassName
{
background-color: #CC6995;
}
</style>
border-color css
<style>
span { border-color: #CC6995; }
span { border-color: rgb(204,105,149); }
td.TdClassName
{
border-color: #CC6995;
}
.TagClassName
{
border-color: #CC6995;
}
</style>