#C272AA

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

Shades of Bouquet #C272AA

Tints of Bouquet #C272AA

Color information

#C272AA (or 0xC272AA) is unknown color: approx Bouquet. HEX triplet: C2, 72 and AA. RGB value is (194,114,170). Sum of RGB (Red+Green+Blue) = 194+114+170=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C272AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272AA is #3D8D55. Grayscale: #909090. Windows color (decimal): -4033878 or 11170498. OLE color: 11170498.

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

Color convert

RGB194114170-
CMYK00.410.120.24
HSL318º39.6%60.39%-
HSV(B)318º41.24%76.08%-
XYZ35.5226.4141.25-
YUV144.3142.5163.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=40.59%
G=23.85%
B=35.56%

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
Decimal19411417000.410.120.2431839.660.39
HexC272AA029C1813e283c
Octal30216225205114304765074
Binary110000101110010101010100101001110011000100111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272AA; }

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

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

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

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

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

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

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

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