Shades of Bouquet #C380A8
Tints of Bouquet #C380A8
RGB
CMYK
RGB Variations
Color information
#C380A8 (or 0xC380A8) is known color: Bouquet. HEX triplet: C3, 80 and A8. RGB value is (195,128,168). Sum of RGB (Red+Green+Blue) = 195+128+168=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C380A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380A8 is #3C7F57. Grayscale: #989898. Windows color (decimal): -3964760 or 11043011. OLE color: 11043011.
HSL color Cylindrical-coordinate representation of color #C380A8: hue angle of 324.18º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380A8 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 168 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.24 |
| HSL | 324.18º | 0.36% | 0.63% | - |
| HSV(B) | 324.18º | 0.34% | 0.76% | - |
| XYZ | 37.29 | 29.87 | 40.85 | - |
| YUV | 152.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 168 | 0 | 0.34 | 0.14 | 0.24 | 324.18 | 0.36 | 0.63 |
| Hex | C3 | 80 | A8 | 0 | 22 | E | 18 | 144 | 24 | 3F |
| Octal | 303 | 200 | 250 | 0 | 42 | 16 | 30 | 504 | 44 | 77 |
| Binary | 11000011 | 10000000 | 10101000 | 0 | 100010 | 1110 | 11000 | 101000100 | 100100 | 111111 |
Color Harmonies of #C380A8
Complementary color
Monochromatic Colors of #C380A8
Black with #C380A8
Text Example
Text Example
White with #C380A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380A8; }
p { color: rgb(195,128,168); }
H1.HeaderClassName
{
color: #C380A8;
}
.AnyTagClassName
{
color: #C380A8;
}
</style>
background-color css
<style>
a { background-color: #C380A8; }
a { background-color: rgb(195,128,168); }
div.DivClassName
{
background-color: #C380A8;
}
.BgClassName
{
background-color: #C380A8;
}
</style>
border-color css
<style>
span { border-color: #C380A8; }
span { border-color: rgb(195,128,168); }
td.TdClassName
{
border-color: #C380A8;
}
.TagClassName
{
border-color: #C380A8;
}
</style>