Shades of Bouquet #C275AA
Tints of Bouquet #C275AA
RGB
CMYK
RGB Variations
Color information
#C275AA (or 0xC275AA) is known color: Bouquet. HEX triplet: C2, 75 and AA. RGB value is (194,117,170). Sum of RGB (Red+Green+Blue) = 194+117+170=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C275AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C275AA is #3D8A55. Grayscale: #919191. Windows color (decimal): -4033110 or 11171266. OLE color: 11171266.
HSL color Cylindrical-coordinate representation of color #C275AA: hue angle of 318.7º 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 #C275AA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 170 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.24 |
| HSL | 318.7º | 0.39% | 0.61% | - |
| HSV(B) | 318.7º | 0.4% | 0.76% | - |
| XYZ | 35.87 | 27.09 | 41.37 | - |
| YUV | 146.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 170 | 0 | 0.40 | 0.12 | 0.24 | 318.7 | 0.39 | 0.61 |
| Hex | C2 | 75 | AA | 0 | 28 | C | 18 | 13F | 27 | 3D |
| Octal | 302 | 165 | 252 | 0 | 50 | 14 | 30 | 477 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10101010 | 0 | 101000 | 1100 | 11000 | 100111111 | 100111 | 111101 |
Color Harmonies of #C275AA
Complementary color
Monochromatic Colors of #C275AA
Black with #C275AA
Text Example
Text Example
White with #C275AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275AA; }
p { color: rgb(194,117,170); }
H1.HeaderClassName
{
color: #C275AA;
}
.AnyTagClassName
{
color: #C275AA;
}
</style>
background-color css
<style>
a { background-color: #C275AA; }
a { background-color: rgb(194,117,170); }
div.DivClassName
{
background-color: #C275AA;
}
.BgClassName
{
background-color: #C275AA;
}
</style>
border-color css
<style>
span { border-color: #C275AA; }
span { border-color: rgb(194,117,170); }
td.TdClassName
{
border-color: #C275AA;
}
.TagClassName
{
border-color: #C275AA;
}
</style>