Shades of Bouquet #C279AA
Tints of Bouquet #C279AA
RGB
CMYK
RGB Variations
Color information
#C279AA (or 0xC279AA) is known color: Bouquet. HEX triplet: C2, 79 and AA. RGB value is (194,121,170). Sum of RGB (Red+Green+Blue) = 194+121+170=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C279AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279AA is #3D8655. Grayscale: #949494. Windows color (decimal): -4032086 or 11172290. OLE color: 11172290.
HSL color Cylindrical-coordinate representation of color #C279AA: hue angle of 319.73º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C279AA is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 170 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.24 |
| HSL | 319.73º | 0.37% | 0.62% | - |
| HSV(B) | 319.73º | 0.38% | 0.76% | - |
| XYZ | 36.34 | 28.05 | 41.53 | - |
| YUV | 148.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 170 | 0 | 0.38 | 0.12 | 0.24 | 319.73 | 0.37 | 0.62 |
| Hex | C2 | 79 | AA | 0 | 26 | C | 18 | 140 | 25 | 3E |
| Octal | 302 | 171 | 252 | 0 | 46 | 14 | 30 | 500 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10101010 | 0 | 100110 | 1100 | 11000 | 101000000 | 100101 | 111110 |
Color Harmonies of #C279AA
Complementary color
Monochromatic Colors of #C279AA
Black with #C279AA
Text Example
Text Example
White with #C279AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279AA; }
p { color: rgb(194,121,170); }
H1.HeaderClassName
{
color: #C279AA;
}
.AnyTagClassName
{
color: #C279AA;
}
</style>
background-color css
<style>
a { background-color: #C279AA; }
a { background-color: rgb(194,121,170); }
div.DivClassName
{
background-color: #C279AA;
}
.BgClassName
{
background-color: #C279AA;
}
</style>
border-color css
<style>
span { border-color: #C279AA; }
span { border-color: rgb(194,121,170); }
td.TdClassName
{
border-color: #C279AA;
}
.TagClassName
{
border-color: #C279AA;
}
</style>