Shades of Hopbush #CC6BA5
Tints of Hopbush #CC6BA5
RGB
CMYK
RGB Variations
Color information
#CC6BA5 (or 0xCC6BA5) is known color: Hopbush. HEX triplet: CC, 6B and A5. RGB value is (204,107,165). Sum of RGB (Red+Green+Blue) = 204+107+165=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6BA5 is #33945A. Grayscale: #8E8E8E. Windows color (decimal): -3380315 or 10841036. OLE color: 10841036.
HSL color Cylindrical-coordinate representation of color #CC6BA5: hue angle of 324.12º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6BA5 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 165 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.2 |
| HSL | 324.12º | 0.49% | 0.61% | - |
| HSV(B) | 324.12º | 0.48% | 0.8% | - |
| XYZ | 36.95 | 26.07 | 38.68 | - |
| YUV | 142.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 165 | 0 | 0.48 | 0.19 | 0.2 | 324.12 | 0.49 | 0.61 |
| Hex | CC | 6B | A5 | 0 | 30 | 13 | 14 | 144 | 31 | 3D |
| Octal | 314 | 153 | 245 | 0 | 60 | 23 | 24 | 504 | 61 | 75 |
| Binary | 11001100 | 1101011 | 10100101 | 0 | 110000 | 10011 | 10100 | 101000100 | 110001 | 111101 |
Color Harmonies of #CC6BA5
Complementary color
Monochromatic Colors of #CC6BA5
Black with #CC6BA5
Text Example
Text Example
White with #CC6BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BA5; }
p { color: rgb(204,107,165); }
H1.HeaderClassName
{
color: #CC6BA5;
}
.AnyTagClassName
{
color: #CC6BA5;
}
</style>
background-color css
<style>
a { background-color: #CC6BA5; }
a { background-color: rgb(204,107,165); }
div.DivClassName
{
background-color: #CC6BA5;
}
.BgClassName
{
background-color: #CC6BA5;
}
</style>
border-color css
<style>
span { border-color: #CC6BA5; }
span { border-color: rgb(204,107,165); }
td.TdClassName
{
border-color: #CC6BA5;
}
.TagClassName
{
border-color: #CC6BA5;
}
</style>