Shades of Hopbush #CC6796
Tints of Hopbush #CC6796
RGB
CMYK
RGB Variations
Color information
#CC6796 (or 0xCC6796) is known color: Hopbush. HEX triplet: CC, 67 and 96. RGB value is (204,103,150). Sum of RGB (Red+Green+Blue) = 204+103+150=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6796 is #339869. Grayscale: #8A8A8A. Windows color (decimal): -3381354 or 9856972. OLE color: 9856972.
HSL color Cylindrical-coordinate representation of color #CC6796: hue angle of 332.08º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6796 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 150 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.2 |
| HSL | 332.08º | 0.5% | 0.6% | - |
| HSV(B) | 332.08º | 0.5% | 0.8% | - |
| XYZ | 35.26 | 24.74 | 31.77 | - |
| YUV | 138.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 150 | 0 | 0.50 | 0.26 | 0.2 | 332.08 | 0.5 | 0.6 |
| Hex | CC | 67 | 96 | 0 | 32 | 1A | 14 | 14C | 32 | 3C |
| Octal | 314 | 147 | 226 | 0 | 62 | 32 | 24 | 514 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10010110 | 0 | 110010 | 11010 | 10100 | 101001100 | 110010 | 111100 |
Color Harmonies of #CC6796
Complementary color
Monochromatic Colors of #CC6796
Black with #CC6796
Text Example
Text Example
White with #CC6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6796; }
p { color: rgb(204,103,150); }
H1.HeaderClassName
{
color: #CC6796;
}
.AnyTagClassName
{
color: #CC6796;
}
</style>
background-color css
<style>
a { background-color: #CC6796; }
a { background-color: rgb(204,103,150); }
div.DivClassName
{
background-color: #CC6796;
}
.BgClassName
{
background-color: #CC6796;
}
</style>
border-color css
<style>
span { border-color: #CC6796; }
span { border-color: rgb(204,103,150); }
td.TdClassName
{
border-color: #CC6796;
}
.TagClassName
{
border-color: #CC6796;
}
</style>