Shades of Hopbush #CC6795
Tints of Hopbush #CC6795
RGB
CMYK
RGB Variations
Color information
#CC6795 (or 0xCC6795) is known color: Hopbush. HEX triplet: CC, 67 and 95. RGB value is (204,103,149). Sum of RGB (Red+Green+Blue) = 204+103+149=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6795 is #33986A. Grayscale: #8A8A8A. Windows color (decimal): -3381355 or 9791436. OLE color: 9791436.
HSL color Cylindrical-coordinate representation of color #CC6795: hue angle of 332.67º 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 #CC6795 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 149 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.2 |
| HSL | 332.67º | 0.5% | 0.6% | - |
| HSV(B) | 332.67º | 0.5% | 0.8% | - |
| XYZ | 35.18 | 24.71 | 31.35 | - |
| YUV | 138.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 149 | 0 | 0.50 | 0.27 | 0.2 | 332.67 | 0.5 | 0.6 |
| Hex | CC | 67 | 95 | 0 | 32 | 1B | 14 | 14D | 32 | 3C |
| Octal | 314 | 147 | 225 | 0 | 62 | 33 | 24 | 515 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10010101 | 0 | 110010 | 11011 | 10100 | 101001101 | 110010 | 111100 |
Color Harmonies of #CC6795
Complementary color
Monochromatic Colors of #CC6795
Black with #CC6795
Text Example
Text Example
White with #CC6795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6795; }
p { color: rgb(204,103,149); }
H1.HeaderClassName
{
color: #CC6795;
}
.AnyTagClassName
{
color: #CC6795;
}
</style>
background-color css
<style>
a { background-color: #CC6795; }
a { background-color: rgb(204,103,149); }
div.DivClassName
{
background-color: #CC6795;
}
.BgClassName
{
background-color: #CC6795;
}
</style>
border-color css
<style>
span { border-color: #CC6795; }
span { border-color: rgb(204,103,149); }
td.TdClassName
{
border-color: #CC6795;
}
.TagClassName
{
border-color: #CC6795;
}
</style>