Shades of Bouquet #C378AA
Tints of Bouquet #C378AA
RGB
CMYK
RGB Variations
Color information
#C378AA (or 0xC378AA) is known color: Bouquet. HEX triplet: C3, 78 and AA. RGB value is (195,120,170). Sum of RGB (Red+Green+Blue) = 195+120+170=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C378AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C378AA is #3C8755. Grayscale: #949494. Windows color (decimal): -3966806 or 11172035. OLE color: 11172035.
HSL color Cylindrical-coordinate representation of color #C378AA: hue angle of 320º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C378AA is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 170 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.24 |
| HSL | 320º | 0.38% | 0.62% | - |
| HSV(B) | 320º | 0.38% | 0.76% | - |
| XYZ | 36.48 | 27.94 | 41.5 | - |
| YUV | 148.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 170 | 0 | 0.38 | 0.13 | 0.24 | 320 | 0.38 | 0.62 |
| Hex | C3 | 78 | AA | 0 | 26 | D | 18 | 140 | 26 | 3E |
| Octal | 303 | 170 | 252 | 0 | 46 | 15 | 30 | 500 | 46 | 76 |
| Binary | 11000011 | 1111000 | 10101010 | 0 | 100110 | 1101 | 11000 | 101000000 | 100110 | 111110 |
Color Harmonies of #C378AA
Complementary color
Monochromatic Colors of #C378AA
Black with #C378AA
Text Example
Text Example
White with #C378AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378AA; }
p { color: rgb(195,120,170); }
H1.HeaderClassName
{
color: #C378AA;
}
.AnyTagClassName
{
color: #C378AA;
}
</style>
background-color css
<style>
a { background-color: #C378AA; }
a { background-color: rgb(195,120,170); }
div.DivClassName
{
background-color: #C378AA;
}
.BgClassName
{
background-color: #C378AA;
}
</style>
border-color css
<style>
span { border-color: #C378AA; }
span { border-color: rgb(195,120,170); }
td.TdClassName
{
border-color: #C378AA;
}
.TagClassName
{
border-color: #C378AA;
}
</style>