#C277AB

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

Shades of Bouquet #C277AB

Tints of Bouquet #C277AB

Color information

#C277AB (or 0xC277AB) is unknown color: approx Bouquet. HEX triplet: C2, 77 and AB. RGB value is (194,119,171). Sum of RGB (Red+Green+Blue) = 194+119+171=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C277AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C277AB is #3D8854. Grayscale: #939393. Windows color (decimal): -4032597 or 11237314. OLE color: 11237314.

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

Color convert

RGB194119171-
CMYK00.390.120.24
HSL318.4º38.07%61.37%-
HSV(B)318.4º38.66%76.08%-
XYZ36.227.641.95-
YUV147.35141.35161.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 119 (46.88% from 255) = 24.59%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=40.08%
G=24.59%
B=35.33%

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
Decimal19411917100.390.120.24318.438.0761.37
HexC277AB027C1813e263d
Octal30216725304714304764675
Binary110000101110111101010110100111110011000100111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277AB; }

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

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

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

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

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

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

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

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