Shades of Bouquet #C17DAB
Tints of Bouquet #C17DAB
RGB
CMYK
RGB Variations
Color information
#C17DAB (or 0xC17DAB) is known color: Bouquet. HEX triplet: C1, 7D and AB. RGB value is (193,125,171). Sum of RGB (Red+Green+Blue) = 193+125+171=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C17DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17DAB is #3E8254. Grayscale: #969696. Windows color (decimal): -4096597 or 11238849. OLE color: 11238849.
HSL color Cylindrical-coordinate representation of color #C17DAB: hue angle of 319.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17DAB is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 171 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.24 |
| HSL | 319.41º | 0.35% | 0.62% | - |
| HSV(B) | 319.41º | 0.35% | 0.76% | - |
| XYZ | 36.68 | 28.94 | 42.18 | - |
| YUV | 150.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 171 | 0 | 0.35 | 0.11 | 0.24 | 319.41 | 0.35 | 0.62 |
| Hex | C1 | 7D | AB | 0 | 23 | B | 18 | 13F | 23 | 3E |
| Octal | 301 | 175 | 253 | 0 | 43 | 13 | 30 | 477 | 43 | 76 |
| Binary | 11000001 | 1111101 | 10101011 | 0 | 100011 | 1011 | 11000 | 100111111 | 100011 | 111110 |
Color Harmonies of #C17DAB
Complementary color
Monochromatic Colors of #C17DAB
Black with #C17DAB
Text Example
Text Example
White with #C17DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DAB; }
p { color: rgb(193,125,171); }
H1.HeaderClassName
{
color: #C17DAB;
}
.AnyTagClassName
{
color: #C17DAB;
}
</style>
background-color css
<style>
a { background-color: #C17DAB; }
a { background-color: rgb(193,125,171); }
div.DivClassName
{
background-color: #C17DAB;
}
.BgClassName
{
background-color: #C17DAB;
}
</style>
border-color css
<style>
span { border-color: #C17DAB; }
span { border-color: rgb(193,125,171); }
td.TdClassName
{
border-color: #C17DAB;
}
.TagClassName
{
border-color: #C17DAB;
}
</style>