Shades of Bouquet #C274AE
Tints of Bouquet #C274AE
RGB
CMYK
RGB Variations
Color information
#C274AE (or 0xC274AE) is known color: Bouquet. HEX triplet: C2, 74 and AE. RGB value is (194,116,174). Sum of RGB (Red+Green+Blue) = 194+116+174=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C274AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C274AE is #3D8B51. Grayscale: #919191. Windows color (decimal): -4033362 or 11433154. OLE color: 11433154.
HSL color Cylindrical-coordinate representation of color #C274AE: hue angle of 315.38º 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 #C274AE is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 174 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.24 |
| HSL | 315.38º | 0.39% | 0.61% | - |
| HSV(B) | 315.38º | 0.4% | 0.76% | - |
| XYZ | 36.13 | 27.02 | 43.35 | - |
| YUV | 145.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 174 | 0 | 0.40 | 0.10 | 0.24 | 315.38 | 0.39 | 0.61 |
| Hex | C2 | 74 | AE | 0 | 28 | A | 18 | 13B | 27 | 3D |
| Octal | 302 | 164 | 256 | 0 | 50 | 12 | 30 | 473 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10101110 | 0 | 101000 | 1010 | 11000 | 100111011 | 100111 | 111101 |
Color Harmonies of #C274AE
Complementary color
Monochromatic Colors of #C274AE
Black with #C274AE
Text Example
Text Example
White with #C274AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274AE; }
p { color: rgb(194,116,174); }
H1.HeaderClassName
{
color: #C274AE;
}
.AnyTagClassName
{
color: #C274AE;
}
</style>
background-color css
<style>
a { background-color: #C274AE; }
a { background-color: rgb(194,116,174); }
div.DivClassName
{
background-color: #C274AE;
}
.BgClassName
{
background-color: #C274AE;
}
</style>
border-color css
<style>
span { border-color: #C274AE; }
span { border-color: rgb(194,116,174); }
td.TdClassName
{
border-color: #C274AE;
}
.TagClassName
{
border-color: #C274AE;
}
</style>