Shades of Bouquet #C381A8
Tints of Bouquet #C381A8
RGB
CMYK
RGB Variations
Color information
#C381A8 (or 0xC381A8) is known color: Bouquet. HEX triplet: C3, 81 and A8. RGB value is (195,129,168). Sum of RGB (Red+Green+Blue) = 195+129+168=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C381A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381A8 is #3C7E57. Grayscale: #999999. Windows color (decimal): -3964504 or 11043267. OLE color: 11043267.
HSL color Cylindrical-coordinate representation of color #C381A8: hue angle of 324.55º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C381A8 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 168 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.24 |
| HSL | 324.55º | 0.35% | 0.64% | - |
| HSV(B) | 324.55º | 0.34% | 0.76% | - |
| XYZ | 37.42 | 30.13 | 40.89 | - |
| YUV | 153.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 168 | 0 | 0.34 | 0.14 | 0.24 | 324.55 | 0.35 | 0.64 |
| Hex | C3 | 81 | A8 | 0 | 22 | E | 18 | 145 | 23 | 40 |
| Octal | 303 | 201 | 250 | 0 | 42 | 16 | 30 | 505 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10101000 | 0 | 100010 | 1110 | 11000 | 101000101 | 100011 | 1000000 |
Color Harmonies of #C381A8
Complementary color
Monochromatic Colors of #C381A8
Black with #C381A8
Text Example
Text Example
White with #C381A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381A8; }
p { color: rgb(195,129,168); }
H1.HeaderClassName
{
color: #C381A8;
}
.AnyTagClassName
{
color: #C381A8;
}
</style>
background-color css
<style>
a { background-color: #C381A8; }
a { background-color: rgb(195,129,168); }
div.DivClassName
{
background-color: #C381A8;
}
.BgClassName
{
background-color: #C381A8;
}
</style>
border-color css
<style>
span { border-color: #C381A8; }
span { border-color: rgb(195,129,168); }
td.TdClassName
{
border-color: #C381A8;
}
.TagClassName
{
border-color: #C381A8;
}
</style>