#C279AD

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

Shades of Bouquet #C279AD

Tints of Bouquet #C279AD

Color information

#C279AD (or 0xC279AD) is unknown color: approx Bouquet. HEX triplet: C2, 79 and AD. RGB value is (194,121,173). Sum of RGB (Red+Green+Blue) = 194+121+173=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C279AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279AD is #3D8652. Grayscale: #949494. Windows color (decimal): -4032083 or 11368898. OLE color: 11368898.

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

Color convert

RGB194121173-
CMYK00.380.110.24
HSL317.26º37.44%61.76%-
HSV(B)317.26º37.63%76.08%-
XYZ36.6328.1643.04-
YUV148.76141.68160.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=39.75%
G=24.80%
B=35.45%

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
Decimal19412117300.380.110.24317.2637.4461.76
HexC279AD026B1813d253e
Octal30217125504613304754576
Binary110000101111001101011010100110101111000100111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279AD; }

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

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

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

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

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

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

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

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