Shades of Hopbush #CC68A3
Tints of Hopbush #CC68A3
RGB
CMYK
RGB Variations
Color information
#CC68A3 (or 0xCC68A3) is known color: Hopbush. HEX triplet: CC, 68 and A3. RGB value is (204,104,163). Sum of RGB (Red+Green+Blue) = 204+104+163=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68A3 is #33975C. Grayscale: #8C8C8C. Windows color (decimal): -3381085 or 10709196. OLE color: 10709196.
HSL color Cylindrical-coordinate representation of color #CC68A3: hue angle of 324.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC68A3 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 163 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.2 |
| HSL | 324.6º | 0.5% | 0.6% | - |
| HSV(B) | 324.6º | 0.49% | 0.8% | - |
| XYZ | 36.46 | 25.38 | 37.63 | - |
| YUV | 140.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 163 | 0 | 0.49 | 0.20 | 0.2 | 324.6 | 0.5 | 0.6 |
| Hex | CC | 68 | A3 | 0 | 31 | 14 | 14 | 145 | 32 | 3C |
| Octal | 314 | 150 | 243 | 0 | 61 | 24 | 24 | 505 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10100011 | 0 | 110001 | 10100 | 10100 | 101000101 | 110010 | 111100 |
Color Harmonies of #CC68A3
Complementary color
Monochromatic Colors of #CC68A3
Black with #CC68A3
Text Example
Text Example
White with #CC68A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68A3; }
p { color: rgb(204,104,163); }
H1.HeaderClassName
{
color: #CC68A3;
}
.AnyTagClassName
{
color: #CC68A3;
}
</style>
background-color css
<style>
a { background-color: #CC68A3; }
a { background-color: rgb(204,104,163); }
div.DivClassName
{
background-color: #CC68A3;
}
.BgClassName
{
background-color: #CC68A3;
}
</style>
border-color css
<style>
span { border-color: #CC68A3; }
span { border-color: rgb(204,104,163); }
td.TdClassName
{
border-color: #CC68A3;
}
.TagClassName
{
border-color: #CC68A3;
}
</style>