Shades of Hopbush #CC618B
Tints of Hopbush #CC618B
RGB
CMYK
RGB Variations
Color information
#CC618B (or 0xCC618B) is known color: Hopbush. HEX triplet: CC, 61 and 8B. RGB value is (204,97,139). Sum of RGB (Red+Green+Blue) = 204+97+139=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC618B is #339E74. Grayscale: #858585. Windows color (decimal): -3382901 or 9134540. OLE color: 9134540.
HSL color Cylindrical-coordinate representation of color #CC618B: hue angle of 336.45º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC618B is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 139 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.2 |
| HSL | 336.45º | 0.51% | 0.59% | - |
| HSV(B) | 336.45º | 0.52% | 0.8% | - |
| XYZ | 33.84 | 23.25 | 27.13 | - |
| YUV | 133.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 139 | 0 | 0.52 | 0.32 | 0.2 | 336.45 | 0.51 | 0.59 |
| Hex | CC | 61 | 8B | 0 | 34 | 20 | 14 | 150 | 33 | 3B |
| Octal | 314 | 141 | 213 | 0 | 64 | 40 | 24 | 520 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10001011 | 0 | 110100 | 100000 | 10100 | 101010000 | 110011 | 111011 |
Color Harmonies of #CC618B
Complementary color
Monochromatic Colors of #CC618B
Black with #CC618B
Text Example
Text Example
White with #CC618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC618B; }
p { color: rgb(204,97,139); }
H1.HeaderClassName
{
color: #CC618B;
}
.AnyTagClassName
{
color: #CC618B;
}
</style>
background-color css
<style>
a { background-color: #CC618B; }
a { background-color: rgb(204,97,139); }
div.DivClassName
{
background-color: #CC618B;
}
.BgClassName
{
background-color: #CC618B;
}
</style>
border-color css
<style>
span { border-color: #CC618B; }
span { border-color: rgb(204,97,139); }
td.TdClassName
{
border-color: #CC618B;
}
.TagClassName
{
border-color: #CC618B;
}
</style>