Shades of Hopbush #CC7B9C
Tints of Hopbush #CC7B9C
RGB
CMYK
RGB Variations
Color information
#CC7B9C (or 0xCC7B9C) is known color: Hopbush. HEX triplet: CC, 7B and 9C. RGB value is (204,123,156). Sum of RGB (Red+Green+Blue) = 204+123+156=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B9C is #338463. Grayscale: #969696. Windows color (decimal): -3376228 or 10255308. OLE color: 10255308.
HSL color Cylindrical-coordinate representation of color #CC7B9C: hue angle of 335.56º 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 #CC7B9C is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 123 | 156 | - |
CMYK | 0 | 0.40 | 0.24 | 0.2 |
HSL | 335.56º | 0.44% | 0.64% | - |
HSV(B) | 335.56º | 0.4% | 0.8% | - |
XYZ | 37.99 | 29.4 | 35.13 | - |
YUV | 150.98 | 130.84 | 165.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 123 | 156 | 0 | 0.40 | 0.24 | 0.2 | 335.56 | 0.44 | 0.64 |
Hex | CC | 7B | 9C | 0 | 28 | 18 | 14 | 150 | 2C | 40 |
Octal | 314 | 173 | 234 | 0 | 50 | 30 | 24 | 520 | 54 | 100 |
Binary | 11001100 | 1111011 | 10011100 | 0 | 101000 | 11000 | 10100 | 101010000 | 101100 | 1000000 |
Color Harmonies of #CC7B9C
Complementary color
Monochromatic Colors of #CC7B9C
Black with #CC7B9C
Text Example
Text Example
White with #CC7B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B9C; }
p { color: rgb(204,123,156); }
H1.HeaderClassName
{
color: #CC7B9C;
}
.AnyTagClassName
{
color: #CC7B9C;
}
</style>
background-color css
<style>
a { background-color: #CC7B9C; }
a { background-color: rgb(204,123,156); }
div.DivClassName
{
background-color: #CC7B9C;
}
.BgClassName
{
background-color: #CC7B9C;
}
</style>
border-color css
<style>
span { border-color: #CC7B9C; }
span { border-color: rgb(204,123,156); }
td.TdClassName
{
border-color: #CC7B9C;
}
.TagClassName
{
border-color: #CC7B9C;
}
</style>