Shades of Hopbush #CC6395
Tints of Hopbush #CC6395
RGB
CMYK
RGB Variations
Color information
#CC6395 (or 0xCC6395) is known color: Hopbush. HEX triplet: CC, 63 and 95. RGB value is (204,99,149). Sum of RGB (Red+Green+Blue) = 204+99+149=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6395 is #339C6A. Grayscale: #888888. Windows color (decimal): -3382379 or 9790412. OLE color: 9790412.
HSL color Cylindrical-coordinate representation of color #CC6395: hue angle of 331.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6395 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 149 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.2 |
| HSL | 331.43º | 0.51% | 0.59% | - |
| HSV(B) | 331.43º | 0.51% | 0.8% | - |
| XYZ | 34.79 | 23.93 | 31.22 | - |
| YUV | 136.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 149 | 0 | 0.51 | 0.27 | 0.2 | 331.43 | 0.51 | 0.59 |
| Hex | CC | 63 | 95 | 0 | 33 | 1B | 14 | 14B | 33 | 3B |
| Octal | 314 | 143 | 225 | 0 | 63 | 33 | 24 | 513 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10010101 | 0 | 110011 | 11011 | 10100 | 101001011 | 110011 | 111011 |
Color Harmonies of #CC6395
Complementary color
Monochromatic Colors of #CC6395
Black with #CC6395
Text Example
Text Example
White with #CC6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6395; }
p { color: rgb(204,99,149); }
H1.HeaderClassName
{
color: #CC6395;
}
.AnyTagClassName
{
color: #CC6395;
}
</style>
background-color css
<style>
a { background-color: #CC6395; }
a { background-color: rgb(204,99,149); }
div.DivClassName
{
background-color: #CC6395;
}
.BgClassName
{
background-color: #CC6395;
}
</style>
border-color css
<style>
span { border-color: #CC6395; }
span { border-color: rgb(204,99,149); }
td.TdClassName
{
border-color: #CC6395;
}
.TagClassName
{
border-color: #CC6395;
}
</style>