Shades of Hopbush #CC7B9D
Tints of Hopbush #CC7B9D
RGB
CMYK
RGB Variations
Color information
#CC7B9D (or 0xCC7B9D) is known color: Hopbush. HEX triplet: CC, 7B and 9D. RGB value is (204,123,157). Sum of RGB (Red+Green+Blue) = 204+123+157=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B9D is #338462. Grayscale: #979797. Windows color (decimal): -3376227 or 10320844. OLE color: 10320844.
HSL color Cylindrical-coordinate representation of color #CC7B9D: hue angle of 334.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B9D is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 157 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.2 |
| HSL | 334.81º | 0.44% | 0.64% | - |
| HSV(B) | 334.81º | 0.4% | 0.8% | - |
| XYZ | 38.07 | 29.44 | 35.57 | - |
| YUV | 151.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 157 | 0 | 0.40 | 0.23 | 0.2 | 334.81 | 0.44 | 0.64 |
| Hex | CC | 7B | 9D | 0 | 28 | 17 | 14 | 14F | 2C | 40 |
| Octal | 314 | 173 | 235 | 0 | 50 | 27 | 24 | 517 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10011101 | 0 | 101000 | 10111 | 10100 | 101001111 | 101100 | 1000000 |
Color Harmonies of #CC7B9D
Complementary color
Monochromatic Colors of #CC7B9D
Black with #CC7B9D
Text Example
Text Example
White with #CC7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B9D; }
p { color: rgb(204,123,157); }
H1.HeaderClassName
{
color: #CC7B9D;
}
.AnyTagClassName
{
color: #CC7B9D;
}
</style>
background-color css
<style>
a { background-color: #CC7B9D; }
a { background-color: rgb(204,123,157); }
div.DivClassName
{
background-color: #CC7B9D;
}
.BgClassName
{
background-color: #CC7B9D;
}
</style>
border-color css
<style>
span { border-color: #CC7B9D; }
span { border-color: rgb(204,123,157); }
td.TdClassName
{
border-color: #CC7B9D;
}
.TagClassName
{
border-color: #CC7B9D;
}
</style>