Shades of Hopbush #CC6897
Tints of Hopbush #CC6897
RGB
CMYK
RGB Variations
Color information
#CC6897 (or 0xCC6897) is known color: Hopbush. HEX triplet: CC, 68 and 97. RGB value is (204,104,151). Sum of RGB (Red+Green+Blue) = 204+104+151=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6897 is #339768. Grayscale: #8B8B8B. Windows color (decimal): -3381097 or 9922764. OLE color: 9922764.
HSL color Cylindrical-coordinate representation of color #CC6897: hue angle of 331.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6897 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 151 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.2 |
| HSL | 331.8º | 0.5% | 0.6% | - |
| HSV(B) | 331.8º | 0.49% | 0.8% | - |
| XYZ | 35.44 | 24.97 | 32.23 | - |
| YUV | 139.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 151 | 0 | 0.49 | 0.26 | 0.2 | 331.8 | 0.5 | 0.6 |
| Hex | CC | 68 | 97 | 0 | 31 | 1A | 14 | 14C | 32 | 3C |
| Octal | 314 | 150 | 227 | 0 | 61 | 32 | 24 | 514 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10010111 | 0 | 110001 | 11010 | 10100 | 101001100 | 110010 | 111100 |
Color Harmonies of #CC6897
Complementary color
Monochromatic Colors of #CC6897
Black with #CC6897
Text Example
Text Example
White with #CC6897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6897; }
p { color: rgb(204,104,151); }
H1.HeaderClassName
{
color: #CC6897;
}
.AnyTagClassName
{
color: #CC6897;
}
</style>
background-color css
<style>
a { background-color: #CC6897; }
a { background-color: rgb(204,104,151); }
div.DivClassName
{
background-color: #CC6897;
}
.BgClassName
{
background-color: #CC6897;
}
</style>
border-color css
<style>
span { border-color: #CC6897; }
span { border-color: rgb(204,104,151); }
td.TdClassName
{
border-color: #CC6897;
}
.TagClassName
{
border-color: #CC6897;
}
</style>