Shades of Hopbush #CC698F
Tints of Hopbush #CC698F
RGB
CMYK
RGB Variations
Color information
#CC698F (or 0xCC698F) is known color: Hopbush. HEX triplet: CC, 69 and 8F. RGB value is (204,105,143). Sum of RGB (Red+Green+Blue) = 204+105+143=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC698F is #339670. Grayscale: #8A8A8A. Windows color (decimal): -3380849 or 9398732. OLE color: 9398732.
HSL color Cylindrical-coordinate representation of color #CC698F: hue angle of 336.97º 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 #CC698F is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 143 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.2 |
| HSL | 336.97º | 0.49% | 0.61% | - |
| HSV(B) | 336.97º | 0.49% | 0.8% | - |
| XYZ | 34.91 | 24.92 | 28.96 | - |
| YUV | 138.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 143 | 0 | 0.49 | 0.30 | 0.2 | 336.97 | 0.49 | 0.61 |
| Hex | CC | 69 | 8F | 0 | 31 | 1E | 14 | 151 | 31 | 3D |
| Octal | 314 | 151 | 217 | 0 | 61 | 36 | 24 | 521 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10001111 | 0 | 110001 | 11110 | 10100 | 101010001 | 110001 | 111101 |
Color Harmonies of #CC698F
Complementary color
Monochromatic Colors of #CC698F
Black with #CC698F
Text Example
Text Example
White with #CC698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC698F; }
p { color: rgb(204,105,143); }
H1.HeaderClassName
{
color: #CC698F;
}
.AnyTagClassName
{
color: #CC698F;
}
</style>
background-color css
<style>
a { background-color: #CC698F; }
a { background-color: rgb(204,105,143); }
div.DivClassName
{
background-color: #CC698F;
}
.BgClassName
{
background-color: #CC698F;
}
</style>
border-color css
<style>
span { border-color: #CC698F; }
span { border-color: rgb(204,105,143); }
td.TdClassName
{
border-color: #CC698F;
}
.TagClassName
{
border-color: #CC698F;
}
</style>