Shades of Hopbush #CC698D
Tints of Hopbush #CC698D
RGB
CMYK
RGB Variations
Color information
#CC698D (or 0xCC698D) is known color: Hopbush. HEX triplet: CC, 69 and 8D. RGB value is (204,105,141). Sum of RGB (Red+Green+Blue) = 204+105+141=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC698D is #339672. Grayscale: #8A8A8A. Windows color (decimal): -3380851 or 9267660. OLE color: 9267660.
HSL color Cylindrical-coordinate representation of color #CC698D: hue angle of 338.18º 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 #CC698D is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 141 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.2 |
| HSL | 338.18º | 0.49% | 0.61% | - |
| HSV(B) | 338.18º | 0.49% | 0.8% | - |
| XYZ | 34.76 | 24.86 | 28.17 | - |
| YUV | 138.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 141 | 0 | 0.49 | 0.31 | 0.2 | 338.18 | 0.49 | 0.61 |
| Hex | CC | 69 | 8D | 0 | 31 | 1F | 14 | 152 | 31 | 3D |
| Octal | 314 | 151 | 215 | 0 | 61 | 37 | 24 | 522 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10001101 | 0 | 110001 | 11111 | 10100 | 101010010 | 110001 | 111101 |
Color Harmonies of #CC698D
Complementary color
Monochromatic Colors of #CC698D
Black with #CC698D
Text Example
Text Example
White with #CC698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC698D; }
p { color: rgb(204,105,141); }
H1.HeaderClassName
{
color: #CC698D;
}
.AnyTagClassName
{
color: #CC698D;
}
</style>
background-color css
<style>
a { background-color: #CC698D; }
a { background-color: rgb(204,105,141); }
div.DivClassName
{
background-color: #CC698D;
}
.BgClassName
{
background-color: #CC698D;
}
</style>
border-color css
<style>
span { border-color: #CC698D; }
span { border-color: rgb(204,105,141); }
td.TdClassName
{
border-color: #CC698D;
}
.TagClassName
{
border-color: #CC698D;
}
</style>