#C277A9

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

Shades of Bouquet #C277A9

Tints of Bouquet #C277A9

Color information

#C277A9 (or 0xC277A9) is unknown color: approx Bouquet. HEX triplet: C2, 77 and A9. RGB value is (194,119,169). Sum of RGB (Red+Green+Blue) = 194+119+169=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C277A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C277A9 is #3D8856. Grayscale: #939393. Windows color (decimal): -4032599 or 11106242. OLE color: 11106242.

HSL color Cylindrical-coordinate representation of color #C277A9: hue angle of 320º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C277A9 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB194119169-
CMYK00.390.130.24
HSL320º38.07%61.37%-
HSV(B)320º38.66%76.08%-
XYZ36.0127.5340.95-
YUV147.12140.35161.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 169 (66.41% from 255) = 35.06%
R=40.25%
G=24.69%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411916900.390.130.2432038.0761.37
HexC277A9027D18140263d
Octal30216725104715305004675
Binary110000101110111101010010100111110111000101000000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277A9; }

 p { color: rgb(194,119,169); }

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

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

 a { background-color: rgb(194,119,169); }

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

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

 span { border-color: rgb(194,119,169); }

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