Shades of Bouquet #C275AB
Tints of Bouquet #C275AB
RGB
CMYK
RGB Variations
Color information
#C275AB (or 0xC275AB) is known color: Bouquet. HEX triplet: C2, 75 and AB. RGB value is (194,117,171). Sum of RGB (Red+Green+Blue) = 194+117+171=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C275AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C275AB is #3D8A54. Grayscale: #929292. Windows color (decimal): -4033109 or 11236802. OLE color: 11236802.
HSL color Cylindrical-coordinate representation of color #C275AB: hue angle of 317.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C275AB is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 171 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.24 |
| HSL | 317.92º | 0.39% | 0.61% | - |
| HSV(B) | 317.92º | 0.4% | 0.76% | - |
| XYZ | 35.96 | 27.13 | 41.87 | - |
| YUV | 146.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 171 | 0 | 0.40 | 0.12 | 0.24 | 317.92 | 0.39 | 0.61 |
| Hex | C2 | 75 | AB | 0 | 28 | C | 18 | 13E | 27 | 3D |
| Octal | 302 | 165 | 253 | 0 | 50 | 14 | 30 | 476 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10101011 | 0 | 101000 | 1100 | 11000 | 100111110 | 100111 | 111101 |
Color Harmonies of #C275AB
Complementary color
Monochromatic Colors of #C275AB
Black with #C275AB
Text Example
Text Example
White with #C275AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275AB; }
p { color: rgb(194,117,171); }
H1.HeaderClassName
{
color: #C275AB;
}
.AnyTagClassName
{
color: #C275AB;
}
</style>
background-color css
<style>
a { background-color: #C275AB; }
a { background-color: rgb(194,117,171); }
div.DivClassName
{
background-color: #C275AB;
}
.BgClassName
{
background-color: #C275AB;
}
</style>
border-color css
<style>
span { border-color: #C275AB; }
span { border-color: rgb(194,117,171); }
td.TdClassName
{
border-color: #C275AB;
}
.TagClassName
{
border-color: #C275AB;
}
</style>