Shades of Bouquet #C478AD
Tints of Bouquet #C478AD
RGB
CMYK
RGB Variations
Color information
#C478AD (or 0xC478AD) is known color: Bouquet. HEX triplet: C4, 78 and AD. RGB value is (196,120,173). Sum of RGB (Red+Green+Blue) = 196+120+173=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C478AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C478AD is #3B8752. Grayscale: #949494. Windows color (decimal): -3901267 or 11368644. OLE color: 11368644.
HSL color Cylindrical-coordinate representation of color #C478AD: hue angle of 318.16º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C478AD is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 173 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.23 |
| HSL | 318.16º | 0.39% | 0.62% | - |
| HSV(B) | 318.16º | 0.39% | 0.77% | - |
| XYZ | 37.02 | 28.19 | 43.02 | - |
| YUV | 148.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 173 | 0 | 0.39 | 0.12 | 0.23 | 318.16 | 0.39 | 0.62 |
| Hex | C4 | 78 | AD | 0 | 27 | C | 17 | 13E | 27 | 3E |
| Octal | 304 | 170 | 255 | 0 | 47 | 14 | 27 | 476 | 47 | 76 |
| Binary | 11000100 | 1111000 | 10101101 | 0 | 100111 | 1100 | 10111 | 100111110 | 100111 | 111110 |
Color Harmonies of #C478AD
Complementary color
Monochromatic Colors of #C478AD
Black with #C478AD
Text Example
Text Example
White with #C478AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478AD; }
p { color: rgb(196,120,173); }
H1.HeaderClassName
{
color: #C478AD;
}
.AnyTagClassName
{
color: #C478AD;
}
</style>
background-color css
<style>
a { background-color: #C478AD; }
a { background-color: rgb(196,120,173); }
div.DivClassName
{
background-color: #C478AD;
}
.BgClassName
{
background-color: #C478AD;
}
</style>
border-color css
<style>
span { border-color: #C478AD; }
span { border-color: rgb(196,120,173); }
td.TdClassName
{
border-color: #C478AD;
}
.TagClassName
{
border-color: #C478AD;
}
</style>