Shades of Bouquet #C378AB
Tints of Bouquet #C378AB
RGB
CMYK
RGB Variations
Color information
#C378AB (or 0xC378AB) is known color: Bouquet. HEX triplet: C3, 78 and AB. RGB value is (195,120,171). Sum of RGB (Red+Green+Blue) = 195+120+171=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C378AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C378AB is #3C8754. Grayscale: #949494. Windows color (decimal): -3966805 or 11237571. OLE color: 11237571.
HSL color Cylindrical-coordinate representation of color #C378AB: hue angle of 319.2º 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 #C378AB is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 171 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.24 |
| HSL | 319.2º | 0.38% | 0.62% | - |
| HSV(B) | 319.2º | 0.38% | 0.76% | - |
| XYZ | 36.57 | 27.98 | 42 | - |
| YUV | 148.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 171 | 0 | 0.38 | 0.12 | 0.24 | 319.2 | 0.38 | 0.62 |
| Hex | C3 | 78 | AB | 0 | 26 | C | 18 | 13F | 26 | 3E |
| Octal | 303 | 170 | 253 | 0 | 46 | 14 | 30 | 477 | 46 | 76 |
| Binary | 11000011 | 1111000 | 10101011 | 0 | 100110 | 1100 | 11000 | 100111111 | 100110 | 111110 |
Color Harmonies of #C378AB
Complementary color
Monochromatic Colors of #C378AB
Black with #C378AB
Text Example
Text Example
White with #C378AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378AB; }
p { color: rgb(195,120,171); }
H1.HeaderClassName
{
color: #C378AB;
}
.AnyTagClassName
{
color: #C378AB;
}
</style>
background-color css
<style>
a { background-color: #C378AB; }
a { background-color: rgb(195,120,171); }
div.DivClassName
{
background-color: #C378AB;
}
.BgClassName
{
background-color: #C378AB;
}
</style>
border-color css
<style>
span { border-color: #C378AB; }
span { border-color: rgb(195,120,171); }
td.TdClassName
{
border-color: #C378AB;
}
.TagClassName
{
border-color: #C378AB;
}
</style>