#C27AA9

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

Shades of Bouquet #C27AA9

Tints of Bouquet #C27AA9

Color information

#C27AA9 (or 0xC27AA9) is unknown color: approx Bouquet. HEX triplet: C2, 7A and A9. RGB value is (194,122,169). Sum of RGB (Red+Green+Blue) = 194+122+169=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AA9 is #3D8556. Grayscale: #949494. Windows color (decimal): -4031831 or 11107010. OLE color: 11107010.

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

Color convert

RGB194122169-
CMYK00.370.130.24
HSL320.83º37.11%61.96%-
HSV(B)320.83º37.11%76.08%-
XYZ36.3728.2541.07-
YUV148.89139.35160.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=40%
G=25.15%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412216900.370.130.24320.8337.1161.96
HexC27AA9025D18141253e
Octal30217225104515305014576
Binary110000101111010101010010100101110111000101000001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AA9; }

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

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

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

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

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

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

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

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