#C273AA

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

Shades of Bouquet #C273AA

Tints of Bouquet #C273AA

Color information

#C273AA (or 0xC273AA) is unknown color: approx Bouquet. HEX triplet: C2, 73 and AA. RGB value is (194,115,170). Sum of RGB (Red+Green+Blue) = 194+115+170=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C273AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273AA is #3D8C55. Grayscale: #909090. Windows color (decimal): -4033622 or 11170754. OLE color: 11170754.

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

Color convert

RGB194115170-
CMYK00.410.120.24
HSL318.23º39.3%60.59%-
HSV(B)318.23º40.72%76.08%-
XYZ35.6326.6341.29-
YUV144.89142.17163.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=40.50%
G=24.01%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411517000.410.120.24318.2339.360.59
HexC273AA029C1813e273d
Octal30216325205114304764775
Binary110000101110011101010100101001110011000100111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273AA; }

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

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

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

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

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

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

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

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