Shades of Bouquet #C278AD
Tints of Bouquet #C278AD
RGB
CMYK
RGB Variations
Color information
#C278AD (or 0xC278AD) is known color: Bouquet. HEX triplet: C2, 78 and AD. RGB value is (194,120,173). Sum of RGB (Red+Green+Blue) = 194+120+173=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C278AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C278AD is #3D8752. Grayscale: #949494. Windows color (decimal): -4032339 or 11368642. OLE color: 11368642.
HSL color Cylindrical-coordinate representation of color #C278AD: hue angle of 317.03º degrees, saturation: 0.38, 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 #C278AD is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 173 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.24 |
| HSL | 317.03º | 0.38% | 0.62% | - |
| HSV(B) | 317.03º | 0.38% | 0.76% | - |
| XYZ | 36.51 | 27.92 | 43 | - |
| YUV | 148.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 173 | 0 | 0.38 | 0.11 | 0.24 | 317.03 | 0.38 | 0.62 |
| Hex | C2 | 78 | AD | 0 | 26 | B | 18 | 13D | 26 | 3E |
| Octal | 302 | 170 | 255 | 0 | 46 | 13 | 30 | 475 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10101101 | 0 | 100110 | 1011 | 11000 | 100111101 | 100110 | 111110 |
Color Harmonies of #C278AD
Complementary color
Monochromatic Colors of #C278AD
Black with #C278AD
Text Example
Text Example
White with #C278AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278AD; }
p { color: rgb(194,120,173); }
H1.HeaderClassName
{
color: #C278AD;
}
.AnyTagClassName
{
color: #C278AD;
}
</style>
background-color css
<style>
a { background-color: #C278AD; }
a { background-color: rgb(194,120,173); }
div.DivClassName
{
background-color: #C278AD;
}
.BgClassName
{
background-color: #C278AD;
}
</style>
border-color css
<style>
span { border-color: #C278AD; }
span { border-color: rgb(194,120,173); }
td.TdClassName
{
border-color: #C278AD;
}
.TagClassName
{
border-color: #C278AD;
}
</style>