Shades of Bouquet #C474B0
Tints of Bouquet #C474B0
RGB
CMYK
RGB Variations
Color information
#C474B0 (or 0xC474B0) is known color: Bouquet. HEX triplet: C4, 74 and B0. RGB value is (196,116,176). Sum of RGB (Red+Green+Blue) = 196+116+176=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C474B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474B0 is #3B8B4F. Grayscale: #929292. Windows color (decimal): -3902288 or 11564228. OLE color: 11564228.
HSL color Cylindrical-coordinate representation of color #C474B0: hue angle of 315º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C474B0 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 176 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.23 |
| HSL | 315º | 0.4% | 0.61% | - |
| HSV(B) | 315º | 0.41% | 0.77% | - |
| XYZ | 36.85 | 27.36 | 44.41 | - |
| YUV | 146.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 176 | 0 | 0.41 | 0.10 | 0.23 | 315 | 0.4 | 0.61 |
| Hex | C4 | 74 | B0 | 0 | 29 | A | 17 | 13B | 28 | 3D |
| Octal | 304 | 164 | 260 | 0 | 51 | 12 | 27 | 473 | 50 | 75 |
| Binary | 11000100 | 1110100 | 10110000 | 0 | 101001 | 1010 | 10111 | 100111011 | 101000 | 111101 |
Color Harmonies of #C474B0
Complementary color
Monochromatic Colors of #C474B0
Black with #C474B0
Text Example
Text Example
White with #C474B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474B0; }
p { color: rgb(196,116,176); }
H1.HeaderClassName
{
color: #C474B0;
}
.AnyTagClassName
{
color: #C474B0;
}
</style>
background-color css
<style>
a { background-color: #C474B0; }
a { background-color: rgb(196,116,176); }
div.DivClassName
{
background-color: #C474B0;
}
.BgClassName
{
background-color: #C474B0;
}
</style>
border-color css
<style>
span { border-color: #C474B0; }
span { border-color: rgb(196,116,176); }
td.TdClassName
{
border-color: #C474B0;
}
.TagClassName
{
border-color: #C474B0;
}
</style>