Shades of Bouquet #C676AF
Tints of Bouquet #C676AF
RGB
CMYK
RGB Variations
Color information
#C676AF (or 0xC676AF) is known color: Bouquet. HEX triplet: C6, 76 and AF. RGB value is (198,118,175). Sum of RGB (Red+Green+Blue) = 198+118+175=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C676AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C676AF is #398950. Grayscale: #949494. Windows color (decimal): -3770705 or 11499206. OLE color: 11499206.
HSL color Cylindrical-coordinate representation of color #C676AF: hue angle of 317.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C676AF is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 175 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.22 |
| HSL | 317.25º | 0.41% | 0.62% | - |
| HSV(B) | 317.25º | 0.4% | 0.78% | - |
| XYZ | 37.51 | 28.06 | 44 | - |
| YUV | 148.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 175 | 0 | 0.40 | 0.12 | 0.22 | 317.25 | 0.41 | 0.62 |
| Hex | C6 | 76 | AF | 0 | 28 | C | 16 | 13D | 29 | 3E |
| Octal | 306 | 166 | 257 | 0 | 50 | 14 | 26 | 475 | 51 | 76 |
| Binary | 11000110 | 1110110 | 10101111 | 0 | 101000 | 1100 | 10110 | 100111101 | 101001 | 111110 |
Color Harmonies of #C676AF
Complementary color
Monochromatic Colors of #C676AF
Black with #C676AF
Text Example
Text Example
White with #C676AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676AF; }
p { color: rgb(198,118,175); }
H1.HeaderClassName
{
color: #C676AF;
}
.AnyTagClassName
{
color: #C676AF;
}
</style>
background-color css
<style>
a { background-color: #C676AF; }
a { background-color: rgb(198,118,175); }
div.DivClassName
{
background-color: #C676AF;
}
.BgClassName
{
background-color: #C676AF;
}
</style>
border-color css
<style>
span { border-color: #C676AF; }
span { border-color: rgb(198,118,175); }
td.TdClassName
{
border-color: #C676AF;
}
.TagClassName
{
border-color: #C676AF;
}
</style>