Shades of Bouquet #C26FAB
Tints of Bouquet #C26FAB
RGB
CMYK
RGB Variations
Color information
#C26FAB (or 0xC26FAB) is known color: Bouquet. HEX triplet: C2, 6F and AB. RGB value is (194,111,171). Sum of RGB (Red+Green+Blue) = 194+111+171=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C26FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26FAB is #3D9054. Grayscale: #8E8E8E. Windows color (decimal): -4034645 or 11235266. OLE color: 11235266.
HSL color Cylindrical-coordinate representation of color #C26FAB: hue angle of 316.63º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26FAB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 171 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.24 |
| HSL | 316.63º | 0.4% | 0.6% | - |
| HSV(B) | 316.63º | 0.43% | 0.76% | - |
| XYZ | 35.28 | 25.78 | 41.64 | - |
| YUV | 142.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 171 | 0 | 0.43 | 0.12 | 0.24 | 316.63 | 0.4 | 0.6 |
| Hex | C2 | 6F | AB | 0 | 2B | C | 18 | 13D | 28 | 3C |
| Octal | 302 | 157 | 253 | 0 | 53 | 14 | 30 | 475 | 50 | 74 |
| Binary | 11000010 | 1101111 | 10101011 | 0 | 101011 | 1100 | 11000 | 100111101 | 101000 | 111100 |
Color Harmonies of #C26FAB
Complementary color
Monochromatic Colors of #C26FAB
Black with #C26FAB
Text Example
Text Example
White with #C26FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FAB; }
p { color: rgb(194,111,171); }
H1.HeaderClassName
{
color: #C26FAB;
}
.AnyTagClassName
{
color: #C26FAB;
}
</style>
background-color css
<style>
a { background-color: #C26FAB; }
a { background-color: rgb(194,111,171); }
div.DivClassName
{
background-color: #C26FAB;
}
.BgClassName
{
background-color: #C26FAB;
}
</style>
border-color css
<style>
span { border-color: #C26FAB; }
span { border-color: rgb(194,111,171); }
td.TdClassName
{
border-color: #C26FAB;
}
.TagClassName
{
border-color: #C26FAB;
}
</style>