Shades of Hopbush #CC67AA
Tints of Hopbush #CC67AA
RGB
CMYK
RGB Variations
Color information
#CC67AA (or 0xCC67AA) is known color: Hopbush. HEX triplet: CC, 67 and AA. RGB value is (204,103,170). Sum of RGB (Red+Green+Blue) = 204+103+170=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC67AA is #339855. Grayscale: #8C8C8C. Windows color (decimal): -3381334 or 11167692. OLE color: 11167692.
HSL color Cylindrical-coordinate representation of color #CC67AA: hue angle of 320.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC67AA is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 170 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.2 |
| HSL | 320.2º | 0.5% | 0.6% | - |
| HSV(B) | 320.2º | 0.5% | 0.8% | - |
| XYZ | 37.01 | 25.44 | 40.99 | - |
| YUV | 140.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 170 | 0 | 0.50 | 0.17 | 0.2 | 320.2 | 0.5 | 0.6 |
| Hex | CC | 67 | AA | 0 | 32 | 11 | 14 | 140 | 32 | 3C |
| Octal | 314 | 147 | 252 | 0 | 62 | 21 | 24 | 500 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10101010 | 0 | 110010 | 10001 | 10100 | 101000000 | 110010 | 111100 |
Color Harmonies of #CC67AA
Complementary color
Monochromatic Colors of #CC67AA
Black with #CC67AA
Text Example
Text Example
White with #CC67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67AA; }
p { color: rgb(204,103,170); }
H1.HeaderClassName
{
color: #CC67AA;
}
.AnyTagClassName
{
color: #CC67AA;
}
</style>
background-color css
<style>
a { background-color: #CC67AA; }
a { background-color: rgb(204,103,170); }
div.DivClassName
{
background-color: #CC67AA;
}
.BgClassName
{
background-color: #CC67AA;
}
</style>
border-color css
<style>
span { border-color: #CC67AA; }
span { border-color: rgb(204,103,170); }
td.TdClassName
{
border-color: #CC67AA;
}
.TagClassName
{
border-color: #CC67AA;
}
</style>