#C279AC

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

Shades of Bouquet #C279AC

Tints of Bouquet #C279AC

Color information

#C279AC (or 0xC279AC) is unknown color: approx Bouquet. HEX triplet: C2, 79 and AC. RGB value is (194,121,172). Sum of RGB (Red+Green+Blue) = 194+121+172=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C279AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279AC is #3D8653. Grayscale: #949494. Windows color (decimal): -4032084 or 11303362. OLE color: 11303362.

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

Color convert

RGB194121172-
CMYK00.380.110.24
HSL318.08º37.44%61.76%-
HSV(B)318.08º37.63%76.08%-
XYZ36.5328.1242.53-
YUV148.64141.18160.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 121 (47.66% from 255) = 24.85%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=39.84%
G=24.85%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412117200.380.110.24318.0837.4461.76
HexC279AC026B1813e253e
Octal30217125404613304764576
Binary110000101111001101011000100110101111000100111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279AC; }

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

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

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

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

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

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

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

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