Shades of Hopbush #C1699C
Tints of Hopbush #C1699C
RGB
CMYK
RGB Variations
Color information
#C1699C (or 0xC1699C) is known color: Hopbush. HEX triplet: C1, 69 and 9C. RGB value is (193,105,156). Sum of RGB (Red+Green+Blue) = 193+105+156=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1699C is #3E9663. Grayscale: #898989. Windows color (decimal): -4101732 or 10250689. OLE color: 10250689.
HSL color Cylindrical-coordinate representation of color #C1699C: hue angle of 325.23º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1699C is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 156 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.24 |
| HSL | 325.23º | 0.42% | 0.58% | - |
| HSV(B) | 325.23º | 0.46% | 0.76% | - |
| XYZ | 33.04 | 23.84 | 34.31 | - |
| YUV | 137.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 156 | 0 | 0.46 | 0.19 | 0.24 | 325.23 | 0.42 | 0.58 |
| Hex | C1 | 69 | 9C | 0 | 2E | 13 | 18 | 145 | 2A | 3A |
| Octal | 301 | 151 | 234 | 0 | 56 | 23 | 30 | 505 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10011100 | 0 | 101110 | 10011 | 11000 | 101000101 | 101010 | 111010 |
Color Harmonies of #C1699C
Complementary color
Monochromatic Colors of #C1699C
Black with #C1699C
Text Example
Text Example
White with #C1699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1699C; }
p { color: rgb(193,105,156); }
H1.HeaderClassName
{
color: #C1699C;
}
.AnyTagClassName
{
color: #C1699C;
}
</style>
background-color css
<style>
a { background-color: #C1699C; }
a { background-color: rgb(193,105,156); }
div.DivClassName
{
background-color: #C1699C;
}
.BgClassName
{
background-color: #C1699C;
}
</style>
border-color css
<style>
span { border-color: #C1699C; }
span { border-color: rgb(193,105,156); }
td.TdClassName
{
border-color: #C1699C;
}
.TagClassName
{
border-color: #C1699C;
}
</style>