Shades of Hopbush #CC678C
Tints of Hopbush #CC678C
RGB
CMYK
RGB Variations
Color information
#CC678C (or 0xCC678C) is known color: Hopbush. HEX triplet: CC, 67 and 8C. RGB value is (204,103,140). Sum of RGB (Red+Green+Blue) = 204+103+140=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC678C is #339873. Grayscale: #898989. Windows color (decimal): -3381364 or 9201612. OLE color: 9201612.
HSL color Cylindrical-coordinate representation of color #CC678C: hue angle of 338.02º 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 #CC678C is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 140 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.2 |
| HSL | 338.02º | 0.5% | 0.6% | - |
| HSV(B) | 338.02º | 0.5% | 0.8% | - |
| XYZ | 34.49 | 24.43 | 27.71 | - |
| YUV | 137.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 140 | 0 | 0.50 | 0.31 | 0.2 | 338.02 | 0.5 | 0.6 |
| Hex | CC | 67 | 8C | 0 | 32 | 1F | 14 | 152 | 32 | 3C |
| Octal | 314 | 147 | 214 | 0 | 62 | 37 | 24 | 522 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10001100 | 0 | 110010 | 11111 | 10100 | 101010010 | 110010 | 111100 |
Color Harmonies of #CC678C
Complementary color
Monochromatic Colors of #CC678C
Black with #CC678C
Text Example
Text Example
White with #CC678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC678C; }
p { color: rgb(204,103,140); }
H1.HeaderClassName
{
color: #CC678C;
}
.AnyTagClassName
{
color: #CC678C;
}
</style>
background-color css
<style>
a { background-color: #CC678C; }
a { background-color: rgb(204,103,140); }
div.DivClassName
{
background-color: #CC678C;
}
.BgClassName
{
background-color: #CC678C;
}
</style>
border-color css
<style>
span { border-color: #CC678C; }
span { border-color: rgb(204,103,140); }
td.TdClassName
{
border-color: #CC678C;
}
.TagClassName
{
border-color: #CC678C;
}
</style>