Shades of Hopbush #CC7695
Tints of Hopbush #CC7695
RGB
CMYK
RGB Variations
Color information
#CC7695 (or 0xCC7695) is known color: Hopbush. HEX triplet: CC, 76 and 95. RGB value is (204,118,149). Sum of RGB (Red+Green+Blue) = 204+118+149=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7695 is #33896A. Grayscale: #939393. Windows color (decimal): -3377515 or 9795276. OLE color: 9795276.
HSL color Cylindrical-coordinate representation of color #CC7695: hue angle of 338.37º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7695 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 149 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.2 |
| HSL | 338.37º | 0.46% | 0.63% | - |
| HSV(B) | 338.37º | 0.42% | 0.8% | - |
| XYZ | 36.81 | 27.96 | 31.89 | - |
| YUV | 147.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 149 | 0 | 0.42 | 0.27 | 0.2 | 338.37 | 0.46 | 0.63 |
| Hex | CC | 76 | 95 | 0 | 2A | 1B | 14 | 152 | 2E | 3F |
| Octal | 314 | 166 | 225 | 0 | 52 | 33 | 24 | 522 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10010101 | 0 | 101010 | 11011 | 10100 | 101010010 | 101110 | 111111 |
Color Harmonies of #CC7695
Complementary color
Monochromatic Colors of #CC7695
Black with #CC7695
Text Example
Text Example
White with #CC7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7695; }
p { color: rgb(204,118,149); }
H1.HeaderClassName
{
color: #CC7695;
}
.AnyTagClassName
{
color: #CC7695;
}
</style>
background-color css
<style>
a { background-color: #CC7695; }
a { background-color: rgb(204,118,149); }
div.DivClassName
{
background-color: #CC7695;
}
.BgClassName
{
background-color: #CC7695;
}
</style>
border-color css
<style>
span { border-color: #CC7695; }
span { border-color: rgb(204,118,149); }
td.TdClassName
{
border-color: #CC7695;
}
.TagClassName
{
border-color: #CC7695;
}
</style>