Shades of Hopbush #C17BA1
Tints of Hopbush #C17BA1
RGB
CMYK
RGB Variations
Color information
#C17BA1 (or 0xC17BA1) is known color: Hopbush. HEX triplet: C1, 7B and A1. RGB value is (193,123,161). Sum of RGB (Red+Green+Blue) = 193+123+161=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17BA1 is #3E845E. Grayscale: #949494. Windows color (decimal): -4097119 or 10582977. OLE color: 10582977.
HSL color Cylindrical-coordinate representation of color #C17BA1: hue angle of 327.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17BA1 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 161 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.24 |
| HSL | 327.43º | 0.36% | 0.62% | - |
| HSV(B) | 327.43º | 0.36% | 0.76% | - |
| XYZ | 35.51 | 28.08 | 37.27 | - |
| YUV | 148.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 161 | 0 | 0.36 | 0.17 | 0.24 | 327.43 | 0.36 | 0.62 |
| Hex | C1 | 7B | A1 | 0 | 24 | 11 | 18 | 147 | 24 | 3E |
| Octal | 301 | 173 | 241 | 0 | 44 | 21 | 30 | 507 | 44 | 76 |
| Binary | 11000001 | 1111011 | 10100001 | 0 | 100100 | 10001 | 11000 | 101000111 | 100100 | 111110 |
Color Harmonies of #C17BA1
Complementary color
Monochromatic Colors of #C17BA1
Black with #C17BA1
Text Example
Text Example
White with #C17BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BA1; }
p { color: rgb(193,123,161); }
H1.HeaderClassName
{
color: #C17BA1;
}
.AnyTagClassName
{
color: #C17BA1;
}
</style>
background-color css
<style>
a { background-color: #C17BA1; }
a { background-color: rgb(193,123,161); }
div.DivClassName
{
background-color: #C17BA1;
}
.BgClassName
{
background-color: #C17BA1;
}
</style>
border-color css
<style>
span { border-color: #C17BA1; }
span { border-color: rgb(193,123,161); }
td.TdClassName
{
border-color: #C17BA1;
}
.TagClassName
{
border-color: #C17BA1;
}
</style>