#C279AB

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

Shades of Bouquet #C279AB

Tints of Bouquet #C279AB

Color information

#C279AB (or 0xC279AB) is unknown color: approx Bouquet. HEX triplet: C2, 79 and AB. RGB value is (194,121,171). Sum of RGB (Red+Green+Blue) = 194+121+171=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C279AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279AB is #3D8654. Grayscale: #949494. Windows color (decimal): -4032085 or 11237826. OLE color: 11237826.

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

Color convert

RGB194121171-
CMYK00.380.120.24
HSL318.9º37.44%61.76%-
HSV(B)318.9º37.63%76.08%-
XYZ36.4428.0842.03-
YUV148.53140.68160.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 121 (47.66% from 255) = 24.90%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=39.92%
G=24.90%
B=35.19%

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
Decimal19412117100.380.120.24318.937.4461.76
HexC279AB026C1813f253e
Octal30217125304614304774576
Binary110000101111001101010110100110110011000100111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279AB; }

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

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

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

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

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

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

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

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