#C278AB

Color #C278AB Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #C278AB

Tints of Bouquet #C278AB

Color information

#C278AB (or 0xC278AB) is unknown color: approx Bouquet. HEX triplet: C2, 78 and AB. RGB value is (194,120,171). Sum of RGB (Red+Green+Blue) = 194+120+171=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C278AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C278AB is #3D8754. Grayscale: #939393. Windows color (decimal): -4032341 or 11237570. OLE color: 11237570.

HSL color Cylindrical-coordinate representation of color #C278AB: hue angle of 318.65º 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 #C278AB is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194120171-
CMYK00.380.120.24
HSL318.65º37.76%61.57%-
HSV(B)318.65º38.14%76.08%-
XYZ36.3227.8441.99-
YUV147.94141.02160.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=40%
G=24.74%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412017100.380.120.24318.6537.7661.57
HexC278AB026C1813f263e
Octal30217025304614304774676
Binary110000101111000101010110100110110011000100111111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C278AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C278AB; }

 p { color: rgb(194,120,171); }

 H1.HeaderClassName
 {
   color: #C278AB;
 }
 .AnyTagClassName
 {
   color: #C278AB;
 }
</style>
background-color css

<style>
 a { background-color: #C278AB; }

 a { background-color: rgb(194,120,171); }

 div.DivClassName
 {
   background-color: #C278AB;
 }
 .BgClassName
 {
   background-color: #C278AB;
 }
</style>
border-color css

<style>
 span { border-color: #C278AB; }

 span { border-color: rgb(194,120,171); }

 td.TdClassName
 {
   border-color: #C278AB;
 }
 .TagClassName
 {
   border-color: #C278AB;
 }
</style>