Shades of Hopbush #CC68AE
Tints of Hopbush #CC68AE
RGB
CMYK
RGB Variations
Color information
#CC68AE (or 0xCC68AE) is known color: Hopbush. HEX triplet: CC, 68 and AE. RGB value is (204,104,174). Sum of RGB (Red+Green+Blue) = 204+104+174=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68AE is #339751. Grayscale: #8D8D8D. Windows color (decimal): -3381074 or 11430092. OLE color: 11430092.
HSL color Cylindrical-coordinate representation of color #CC68AE: hue angle of 318º 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 #CC68AE is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 174 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.2 |
| HSL | 318º | 0.5% | 0.6% | - |
| HSV(B) | 318º | 0.49% | 0.8% | - |
| XYZ | 37.49 | 25.79 | 43.05 | - |
| YUV | 141.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 174 | 0 | 0.49 | 0.15 | 0.2 | 318 | 0.5 | 0.6 |
| Hex | CC | 68 | AE | 0 | 31 | F | 14 | 13E | 32 | 3C |
| Octal | 314 | 150 | 256 | 0 | 61 | 17 | 24 | 476 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10101110 | 0 | 110001 | 1111 | 10100 | 100111110 | 110010 | 111100 |
Color Harmonies of #CC68AE
Complementary color
Monochromatic Colors of #CC68AE
Black with #CC68AE
Text Example
Text Example
White with #CC68AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68AE; }
p { color: rgb(204,104,174); }
H1.HeaderClassName
{
color: #CC68AE;
}
.AnyTagClassName
{
color: #CC68AE;
}
</style>
background-color css
<style>
a { background-color: #CC68AE; }
a { background-color: rgb(204,104,174); }
div.DivClassName
{
background-color: #CC68AE;
}
.BgClassName
{
background-color: #CC68AE;
}
</style>
border-color css
<style>
span { border-color: #CC68AE; }
span { border-color: rgb(204,104,174); }
td.TdClassName
{
border-color: #CC68AE;
}
.TagClassName
{
border-color: #CC68AE;
}
</style>