Shades of Hopbush #C1699A
Tints of Hopbush #C1699A
RGB
CMYK
RGB Variations
Color information
#C1699A (or 0xC1699A) is known color: Hopbush. HEX triplet: C1, 69 and 9A. RGB value is (193,105,154). Sum of RGB (Red+Green+Blue) = 193+105+154=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1699A is #3E9665. Grayscale: #888888. Windows color (decimal): -4101734 or 10119617. OLE color: 10119617.
HSL color Cylindrical-coordinate representation of color #C1699A: hue angle of 326.59º 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 #C1699A is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 154 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.24 |
| HSL | 326.59º | 0.42% | 0.58% | - |
| HSV(B) | 326.59º | 0.46% | 0.76% | - |
| XYZ | 32.88 | 23.77 | 33.43 | - |
| YUV | 136.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 154 | 0 | 0.46 | 0.20 | 0.24 | 326.59 | 0.42 | 0.58 |
| Hex | C1 | 69 | 9A | 0 | 2E | 14 | 18 | 147 | 2A | 3A |
| Octal | 301 | 151 | 232 | 0 | 56 | 24 | 30 | 507 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10011010 | 0 | 101110 | 10100 | 11000 | 101000111 | 101010 | 111010 |
Color Harmonies of #C1699A
Complementary color
Monochromatic Colors of #C1699A
Black with #C1699A
Text Example
Text Example
White with #C1699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1699A; }
p { color: rgb(193,105,154); }
H1.HeaderClassName
{
color: #C1699A;
}
.AnyTagClassName
{
color: #C1699A;
}
</style>
background-color css
<style>
a { background-color: #C1699A; }
a { background-color: rgb(193,105,154); }
div.DivClassName
{
background-color: #C1699A;
}
.BgClassName
{
background-color: #C1699A;
}
</style>
border-color css
<style>
span { border-color: #C1699A; }
span { border-color: rgb(193,105,154); }
td.TdClassName
{
border-color: #C1699A;
}
.TagClassName
{
border-color: #C1699A;
}
</style>