Shades of Bouquet #C274AA
Tints of Bouquet #C274AA
RGB
CMYK
RGB Variations
Color information
#C274AA (or 0xC274AA) is known color: Bouquet. HEX triplet: C2, 74 and AA. RGB value is (194,116,170). Sum of RGB (Red+Green+Blue) = 194+116+170=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C274AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C274AA is #3D8B55. Grayscale: #919191. Windows color (decimal): -4033366 or 11171010. OLE color: 11171010.
HSL color Cylindrical-coordinate representation of color #C274AA: hue angle of 318.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C274AA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 170 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.24 |
| HSL | 318.46º | 0.39% | 0.61% | - |
| HSV(B) | 318.46º | 0.4% | 0.76% | - |
| XYZ | 35.75 | 26.86 | 41.33 | - |
| YUV | 145.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 170 | 0 | 0.40 | 0.12 | 0.24 | 318.46 | 0.39 | 0.61 |
| Hex | C2 | 74 | AA | 0 | 28 | C | 18 | 13E | 27 | 3D |
| Octal | 302 | 164 | 252 | 0 | 50 | 14 | 30 | 476 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10101010 | 0 | 101000 | 1100 | 11000 | 100111110 | 100111 | 111101 |
Color Harmonies of #C274AA
Complementary color
Monochromatic Colors of #C274AA
Black with #C274AA
Text Example
Text Example
White with #C274AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274AA; }
p { color: rgb(194,116,170); }
H1.HeaderClassName
{
color: #C274AA;
}
.AnyTagClassName
{
color: #C274AA;
}
</style>
background-color css
<style>
a { background-color: #C274AA; }
a { background-color: rgb(194,116,170); }
div.DivClassName
{
background-color: #C274AA;
}
.BgClassName
{
background-color: #C274AA;
}
</style>
border-color css
<style>
span { border-color: #C274AA; }
span { border-color: rgb(194,116,170); }
td.TdClassName
{
border-color: #C274AA;
}
.TagClassName
{
border-color: #C274AA;
}
</style>