Shades of Bouquet #C273AB
Tints of Bouquet #C273AB
RGB
CMYK
RGB Variations
Color information
#C273AB (or 0xC273AB) is known color: Bouquet. HEX triplet: C2, 73 and AB. RGB value is (194,115,171). Sum of RGB (Red+Green+Blue) = 194+115+171=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C273AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273AB is #3D8C54. Grayscale: #909090. Windows color (decimal): -4033621 or 11236290. OLE color: 11236290.
HSL color Cylindrical-coordinate representation of color #C273AB: hue angle of 317.47º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C273AB is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 171 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.24 |
| HSL | 317.47º | 0.39% | 0.61% | - |
| HSV(B) | 317.47º | 0.41% | 0.76% | - |
| XYZ | 35.73 | 26.67 | 41.79 | - |
| YUV | 145.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 171 | 0 | 0.41 | 0.12 | 0.24 | 317.47 | 0.39 | 0.61 |
| Hex | C2 | 73 | AB | 0 | 29 | C | 18 | 13D | 27 | 3D |
| Octal | 302 | 163 | 253 | 0 | 51 | 14 | 30 | 475 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10101011 | 0 | 101001 | 1100 | 11000 | 100111101 | 100111 | 111101 |
Color Harmonies of #C273AB
Complementary color
Monochromatic Colors of #C273AB
Black with #C273AB
Text Example
Text Example
White with #C273AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273AB; }
p { color: rgb(194,115,171); }
H1.HeaderClassName
{
color: #C273AB;
}
.AnyTagClassName
{
color: #C273AB;
}
</style>
background-color css
<style>
a { background-color: #C273AB; }
a { background-color: rgb(194,115,171); }
div.DivClassName
{
background-color: #C273AB;
}
.BgClassName
{
background-color: #C273AB;
}
</style>
border-color css
<style>
span { border-color: #C273AB; }
span { border-color: rgb(194,115,171); }
td.TdClassName
{
border-color: #C273AB;
}
.TagClassName
{
border-color: #C273AB;
}
</style>