Shades of Bouquet #C27BAB
Tints of Bouquet #C27BAB
RGB
CMYK
RGB Variations
Color information
#C27BAB (or 0xC27BAB) is known color: Bouquet. HEX triplet: C2, 7B and AB. RGB value is (194,123,171). Sum of RGB (Red+Green+Blue) = 194+123+171=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BAB is #3D8454. Grayscale: #959595. Windows color (decimal): -4031573 or 11238338. OLE color: 11238338.
HSL color Cylindrical-coordinate representation of color #C27BAB: hue angle of 319.44º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27BAB is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 171 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.24 |
| HSL | 319.44º | 0.37% | 0.62% | - |
| HSV(B) | 319.44º | 0.37% | 0.76% | - |
| XYZ | 36.68 | 28.58 | 42.11 | - |
| YUV | 149.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 171 | 0 | 0.37 | 0.12 | 0.24 | 319.44 | 0.37 | 0.62 |
| Hex | C2 | 7B | AB | 0 | 25 | C | 18 | 13F | 25 | 3E |
| Octal | 302 | 173 | 253 | 0 | 45 | 14 | 30 | 477 | 45 | 76 |
| Binary | 11000010 | 1111011 | 10101011 | 0 | 100101 | 1100 | 11000 | 100111111 | 100101 | 111110 |
Color Harmonies of #C27BAB
Complementary color
Monochromatic Colors of #C27BAB
Black with #C27BAB
Text Example
Text Example
White with #C27BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BAB; }
p { color: rgb(194,123,171); }
H1.HeaderClassName
{
color: #C27BAB;
}
.AnyTagClassName
{
color: #C27BAB;
}
</style>
background-color css
<style>
a { background-color: #C27BAB; }
a { background-color: rgb(194,123,171); }
div.DivClassName
{
background-color: #C27BAB;
}
.BgClassName
{
background-color: #C27BAB;
}
</style>
border-color css
<style>
span { border-color: #C27BAB; }
span { border-color: rgb(194,123,171); }
td.TdClassName
{
border-color: #C27BAB;
}
.TagClassName
{
border-color: #C27BAB;
}
</style>