Shades of Hopbush #CC699D
Tints of Hopbush #CC699D
RGB
CMYK
RGB Variations
Color information
#CC699D (or 0xCC699D) is known color: Hopbush. HEX triplet: CC, 69 and 9D. RGB value is (204,105,157). Sum of RGB (Red+Green+Blue) = 204+105+157=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC699D is #339662. Grayscale: #8C8C8C. Windows color (decimal): -3380835 or 10316236. OLE color: 10316236.
HSL color Cylindrical-coordinate representation of color #CC699D: hue angle of 328.48º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC699D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 157 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.2 |
| HSL | 328.48º | 0.49% | 0.61% | - |
| HSV(B) | 328.48º | 0.49% | 0.8% | - |
| XYZ | 36.04 | 25.37 | 34.9 | - |
| YUV | 140.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 157 | 0 | 0.49 | 0.23 | 0.2 | 328.48 | 0.49 | 0.61 |
| Hex | CC | 69 | 9D | 0 | 31 | 17 | 14 | 148 | 31 | 3D |
| Octal | 314 | 151 | 235 | 0 | 61 | 27 | 24 | 510 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10011101 | 0 | 110001 | 10111 | 10100 | 101001000 | 110001 | 111101 |
Color Harmonies of #CC699D
Complementary color
Monochromatic Colors of #CC699D
Black with #CC699D
Text Example
Text Example
White with #CC699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC699D; }
p { color: rgb(204,105,157); }
H1.HeaderClassName
{
color: #CC699D;
}
.AnyTagClassName
{
color: #CC699D;
}
</style>
background-color css
<style>
a { background-color: #CC699D; }
a { background-color: rgb(204,105,157); }
div.DivClassName
{
background-color: #CC699D;
}
.BgClassName
{
background-color: #CC699D;
}
</style>
border-color css
<style>
span { border-color: #CC699D; }
span { border-color: rgb(204,105,157); }
td.TdClassName
{
border-color: #CC699D;
}
.TagClassName
{
border-color: #CC699D;
}
</style>