Shades of Hopbush #CC6294
Tints of Hopbush #CC6294
RGB
CMYK
RGB Variations
Color information
#CC6294 (or 0xCC6294) is known color: Hopbush. HEX triplet: CC, 62 and 94. RGB value is (204,98,148). Sum of RGB (Red+Green+Blue) = 204+98+148=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6294 is #339D6B. Grayscale: #878787. Windows color (decimal): -3382636 or 9724620. OLE color: 9724620.
HSL color Cylindrical-coordinate representation of color #CC6294: hue angle of 331.7º 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 #CC6294 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 148 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.2 |
| HSL | 331.7º | 0.51% | 0.59% | - |
| HSV(B) | 331.7º | 0.52% | 0.8% | - |
| XYZ | 34.61 | 23.71 | 30.77 | - |
| YUV | 135.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 148 | 0 | 0.52 | 0.27 | 0.2 | 331.7 | 0.51 | 0.59 |
| Hex | CC | 62 | 94 | 0 | 34 | 1B | 14 | 14C | 33 | 3B |
| Octal | 314 | 142 | 224 | 0 | 64 | 33 | 24 | 514 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10010100 | 0 | 110100 | 11011 | 10100 | 101001100 | 110011 | 111011 |
Color Harmonies of #CC6294
Complementary color
Monochromatic Colors of #CC6294
Black with #CC6294
Text Example
Text Example
White with #CC6294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6294; }
p { color: rgb(204,98,148); }
H1.HeaderClassName
{
color: #CC6294;
}
.AnyTagClassName
{
color: #CC6294;
}
</style>
background-color css
<style>
a { background-color: #CC6294; }
a { background-color: rgb(204,98,148); }
div.DivClassName
{
background-color: #CC6294;
}
.BgClassName
{
background-color: #CC6294;
}
</style>
border-color css
<style>
span { border-color: #CC6294; }
span { border-color: rgb(204,98,148); }
td.TdClassName
{
border-color: #CC6294;
}
.TagClassName
{
border-color: #CC6294;
}
</style>