Shades of Bouquet #C279AD
Tints of Bouquet #C279AD
RGB
CMYK
RGB Variations
Color information
#C279AD (or 0xC279AD) is known color: Bouquet. HEX triplet: C2, 79 and AD. RGB value is (194,121,173). Sum of RGB (Red+Green+Blue) = 194+121+173=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C279AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279AD is #3D8652. Grayscale: #949494. Windows color (decimal): -4032083 or 11368898. OLE color: 11368898.
HSL color Cylindrical-coordinate representation of color #C279AD: hue angle of 317.26º 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 #C279AD is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 173 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.24 |
| HSL | 317.26º | 0.37% | 0.62% | - |
| HSV(B) | 317.26º | 0.38% | 0.76% | - |
| XYZ | 36.63 | 28.16 | 43.04 | - |
| YUV | 148.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 173 | 0 | 0.38 | 0.11 | 0.24 | 317.26 | 0.37 | 0.62 |
| Hex | C2 | 79 | AD | 0 | 26 | B | 18 | 13D | 25 | 3E |
| Octal | 302 | 171 | 255 | 0 | 46 | 13 | 30 | 475 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10101101 | 0 | 100110 | 1011 | 11000 | 100111101 | 100101 | 111110 |
Color Harmonies of #C279AD
Complementary color
Monochromatic Colors of #C279AD
Black with #C279AD
Text Example
Text Example
White with #C279AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279AD; }
p { color: rgb(194,121,173); }
H1.HeaderClassName
{
color: #C279AD;
}
.AnyTagClassName
{
color: #C279AD;
}
</style>
background-color css
<style>
a { background-color: #C279AD; }
a { background-color: rgb(194,121,173); }
div.DivClassName
{
background-color: #C279AD;
}
.BgClassName
{
background-color: #C279AD;
}
</style>
border-color css
<style>
span { border-color: #C279AD; }
span { border-color: rgb(194,121,173); }
td.TdClassName
{
border-color: #C279AD;
}
.TagClassName
{
border-color: #C279AD;
}
</style>