Shades of Hopbush #CC698C
Tints of Hopbush #CC698C
RGB
CMYK
RGB Variations
Color information
#CC698C (or 0xCC698C) is known color: Hopbush. HEX triplet: CC, 69 and 8C. RGB value is (204,105,140). Sum of RGB (Red+Green+Blue) = 204+105+140=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC698C is #339673. Grayscale: #8A8A8A. Windows color (decimal): -3380852 or 9202124. OLE color: 9202124.
HSL color Cylindrical-coordinate representation of color #CC698C: hue angle of 338.79º 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 #CC698C is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 140 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.2 |
| HSL | 338.79º | 0.49% | 0.61% | - |
| HSV(B) | 338.79º | 0.49% | 0.8% | - |
| XYZ | 34.69 | 24.83 | 27.78 | - |
| YUV | 138.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 140 | 0 | 0.49 | 0.31 | 0.2 | 338.79 | 0.49 | 0.61 |
| Hex | CC | 69 | 8C | 0 | 31 | 1F | 14 | 153 | 31 | 3D |
| Octal | 314 | 151 | 214 | 0 | 61 | 37 | 24 | 523 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10001100 | 0 | 110001 | 11111 | 10100 | 101010011 | 110001 | 111101 |
Color Harmonies of #CC698C
Complementary color
Monochromatic Colors of #CC698C
Black with #CC698C
Text Example
Text Example
White with #CC698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC698C; }
p { color: rgb(204,105,140); }
H1.HeaderClassName
{
color: #CC698C;
}
.AnyTagClassName
{
color: #CC698C;
}
</style>
background-color css
<style>
a { background-color: #CC698C; }
a { background-color: rgb(204,105,140); }
div.DivClassName
{
background-color: #CC698C;
}
.BgClassName
{
background-color: #CC698C;
}
</style>
border-color css
<style>
span { border-color: #CC698C; }
span { border-color: rgb(204,105,140); }
td.TdClassName
{
border-color: #CC698C;
}
.TagClassName
{
border-color: #CC698C;
}
</style>