#C279AA

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

Shades of Bouquet #C279AA

Tints of Bouquet #C279AA

Color information

#C279AA (or 0xC279AA) is unknown color: approx Bouquet. HEX triplet: C2, 79 and AA. RGB value is (194,121,170). Sum of RGB (Red+Green+Blue) = 194+121+170=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C279AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279AA is #3D8655. Grayscale: #949494. Windows color (decimal): -4032086 or 11172290. OLE color: 11172290.

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

Color convert

RGB194121170-
CMYK00.380.120.24
HSL319.73º37.44%61.76%-
HSV(B)319.73º37.63%76.08%-
XYZ36.3428.0541.53-
YUV148.41140.18160.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=40%
G=24.95%
B=35.05%

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
Decimal19412117000.380.120.24319.7337.4461.76
HexC279AA026C18140253e
Octal30217125204614305004576
Binary110000101111001101010100100110110011000101000000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279AA; }

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

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

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

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

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

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

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

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