Shades of Hopbush #CC7B9A
Tints of Hopbush #CC7B9A
RGB
CMYK
RGB Variations
Color information
#CC7B9A (or 0xCC7B9A) is known color: Hopbush. HEX triplet: CC, 7B and 9A. RGB value is (204,123,154). Sum of RGB (Red+Green+Blue) = 204+123+154=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B9A is #338465. Grayscale: #969696. Windows color (decimal): -3376230 or 10124236. OLE color: 10124236.
HSL color Cylindrical-coordinate representation of color #CC7B9A: hue angle of 337.04º 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 #CC7B9A is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 154 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.2 |
| HSL | 337.04º | 0.44% | 0.64% | - |
| HSV(B) | 337.04º | 0.4% | 0.8% | - |
| XYZ | 37.82 | 29.34 | 34.24 | - |
| YUV | 150.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 154 | 0 | 0.40 | 0.25 | 0.2 | 337.04 | 0.44 | 0.64 |
| Hex | CC | 7B | 9A | 0 | 28 | 19 | 14 | 151 | 2C | 40 |
| Octal | 314 | 173 | 232 | 0 | 50 | 31 | 24 | 521 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10011010 | 0 | 101000 | 11001 | 10100 | 101010001 | 101100 | 1000000 |
Color Harmonies of #CC7B9A
Complementary color
Monochromatic Colors of #CC7B9A
Black with #CC7B9A
Text Example
Text Example
White with #CC7B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B9A; }
p { color: rgb(204,123,154); }
H1.HeaderClassName
{
color: #CC7B9A;
}
.AnyTagClassName
{
color: #CC7B9A;
}
</style>
background-color css
<style>
a { background-color: #CC7B9A; }
a { background-color: rgb(204,123,154); }
div.DivClassName
{
background-color: #CC7B9A;
}
.BgClassName
{
background-color: #CC7B9A;
}
</style>
border-color css
<style>
span { border-color: #CC7B9A; }
span { border-color: rgb(204,123,154); }
td.TdClassName
{
border-color: #CC7B9A;
}
.TagClassName
{
border-color: #CC7B9A;
}
</style>