Shades of Hopbush #CC698B
Tints of Hopbush #CC698B
RGB
CMYK
RGB Variations
Color information
#CC698B (or 0xCC698B) is known color: Hopbush. HEX triplet: CC, 69 and 8B. RGB value is (204,105,139). Sum of RGB (Red+Green+Blue) = 204+105+139=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC698B is #339674. Grayscale: #8A8A8A. Windows color (decimal): -3380853 or 9136588. OLE color: 9136588.
HSL color Cylindrical-coordinate representation of color #CC698B: hue angle of 339.39º 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 #CC698B is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 139 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.2 |
| HSL | 339.39º | 0.49% | 0.61% | - |
| HSV(B) | 339.39º | 0.49% | 0.8% | - |
| XYZ | 34.61 | 24.8 | 27.39 | - |
| YUV | 138.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 139 | 0 | 0.49 | 0.32 | 0.2 | 339.39 | 0.49 | 0.61 |
| Hex | CC | 69 | 8B | 0 | 31 | 20 | 14 | 153 | 31 | 3D |
| Octal | 314 | 151 | 213 | 0 | 61 | 40 | 24 | 523 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10001011 | 0 | 110001 | 100000 | 10100 | 101010011 | 110001 | 111101 |
Color Harmonies of #CC698B
Complementary color
Monochromatic Colors of #CC698B
Black with #CC698B
Text Example
Text Example
White with #CC698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC698B; }
p { color: rgb(204,105,139); }
H1.HeaderClassName
{
color: #CC698B;
}
.AnyTagClassName
{
color: #CC698B;
}
</style>
background-color css
<style>
a { background-color: #CC698B; }
a { background-color: rgb(204,105,139); }
div.DivClassName
{
background-color: #CC698B;
}
.BgClassName
{
background-color: #CC698B;
}
</style>
border-color css
<style>
span { border-color: #CC698B; }
span { border-color: rgb(204,105,139); }
td.TdClassName
{
border-color: #CC698B;
}
.TagClassName
{
border-color: #CC698B;
}
</style>