Shades of Hopbush #CC6293
Tints of Hopbush #CC6293
RGB
CMYK
RGB Variations
Color information
#CC6293 (or 0xCC6293) is known color: Hopbush. HEX triplet: CC, 62 and 93. RGB value is (204,98,147). Sum of RGB (Red+Green+Blue) = 204+98+147=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6293 is #339D6C. Grayscale: #878787. Windows color (decimal): -3382637 or 9659084. OLE color: 9659084.
HSL color Cylindrical-coordinate representation of color #CC6293: hue angle of 332.26º 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 #CC6293 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 147 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.2 |
| HSL | 332.26º | 0.51% | 0.59% | - |
| HSV(B) | 332.26º | 0.52% | 0.8% | - |
| XYZ | 34.54 | 23.68 | 30.35 | - |
| YUV | 135.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 147 | 0 | 0.52 | 0.28 | 0.2 | 332.26 | 0.51 | 0.59 |
| Hex | CC | 62 | 93 | 0 | 34 | 1C | 14 | 14C | 33 | 3B |
| Octal | 314 | 142 | 223 | 0 | 64 | 34 | 24 | 514 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10010011 | 0 | 110100 | 11100 | 10100 | 101001100 | 110011 | 111011 |
Color Harmonies of #CC6293
Complementary color
Monochromatic Colors of #CC6293
Black with #CC6293
Text Example
Text Example
White with #CC6293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6293; }
p { color: rgb(204,98,147); }
H1.HeaderClassName
{
color: #CC6293;
}
.AnyTagClassName
{
color: #CC6293;
}
</style>
background-color css
<style>
a { background-color: #CC6293; }
a { background-color: rgb(204,98,147); }
div.DivClassName
{
background-color: #CC6293;
}
.BgClassName
{
background-color: #CC6293;
}
</style>
border-color css
<style>
span { border-color: #CC6293; }
span { border-color: rgb(204,98,147); }
td.TdClassName
{
border-color: #CC6293;
}
.TagClassName
{
border-color: #CC6293;
}
</style>