#C277AA

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

Shades of Bouquet #C277AA

Tints of Bouquet #C277AA

Color information

#C277AA (or 0xC277AA) is unknown color: approx Bouquet. HEX triplet: C2, 77 and AA. RGB value is (194,119,170). Sum of RGB (Red+Green+Blue) = 194+119+170=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C277AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C277AA is #3D8855. Grayscale: #939393. Windows color (decimal): -4032598 or 11171778. OLE color: 11171778.

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

Color convert

RGB194119170-
CMYK00.390.120.24
HSL319.2º38.07%61.37%-
HSV(B)319.2º38.66%76.08%-
XYZ36.127.5741.45-
YUV147.24140.85161.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 119 (46.88% from 255) = 24.64%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=40.17%
G=24.64%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411917000.390.120.24319.238.0761.37
HexC277AA027C1813f263d
Octal30216725204714304774675
Binary110000101110111101010100100111110011000100111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277AA; }

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

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

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

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

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

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

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

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