Shades of Bouquet #C17BA8
Tints of Bouquet #C17BA8
RGB
CMYK
RGB Variations
Color information
#C17BA8 (or 0xC17BA8) is known color: Bouquet. HEX triplet: C1, 7B and A8. RGB value is (193,123,168). Sum of RGB (Red+Green+Blue) = 193+123+168=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17BA8 is #3E8457. Grayscale: #949494. Windows color (decimal): -4097112 or 11041729. OLE color: 11041729.
HSL color Cylindrical-coordinate representation of color #C17BA8: hue angle of 321.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 #C17BA8 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 168 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.24 |
| HSL | 321.43º | 0.36% | 0.62% | - |
| HSV(B) | 321.43º | 0.36% | 0.76% | - |
| XYZ | 36.14 | 28.33 | 40.61 | - |
| YUV | 149.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 168 | 0 | 0.36 | 0.13 | 0.24 | 321.43 | 0.36 | 0.62 |
| Hex | C1 | 7B | A8 | 0 | 24 | D | 18 | 141 | 24 | 3E |
| Octal | 301 | 173 | 250 | 0 | 44 | 15 | 30 | 501 | 44 | 76 |
| Binary | 11000001 | 1111011 | 10101000 | 0 | 100100 | 1101 | 11000 | 101000001 | 100100 | 111110 |
Color Harmonies of #C17BA8
Complementary color
Monochromatic Colors of #C17BA8
Black with #C17BA8
Text Example
Text Example
White with #C17BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BA8; }
p { color: rgb(193,123,168); }
H1.HeaderClassName
{
color: #C17BA8;
}
.AnyTagClassName
{
color: #C17BA8;
}
</style>
background-color css
<style>
a { background-color: #C17BA8; }
a { background-color: rgb(193,123,168); }
div.DivClassName
{
background-color: #C17BA8;
}
.BgClassName
{
background-color: #C17BA8;
}
</style>
border-color css
<style>
span { border-color: #C17BA8; }
span { border-color: rgb(193,123,168); }
td.TdClassName
{
border-color: #C17BA8;
}
.TagClassName
{
border-color: #C17BA8;
}
</style>