#C274AC

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

Shades of Bouquet #C274AC

Tints of Bouquet #C274AC

Color information

#C274AC (or 0xC274AC) is unknown color: approx Bouquet. HEX triplet: C2, 74 and AC. RGB value is (194,116,172). Sum of RGB (Red+Green+Blue) = 194+116+172=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C274AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C274AC is #3D8B53. Grayscale: #919191. Windows color (decimal): -4033364 or 11302082. OLE color: 11302082.

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

Color convert

RGB194116172-
CMYK00.400.110.24
HSL316.92º39%60.78%-
HSV(B)316.92º40.21%76.08%-
XYZ35.9426.9442.34-
YUV145.71142.84162.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=40.25%
G=24.07%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411617200.400.110.24316.923960.78
HexC274AC028B1813d273d
Octal30216425405013304754775
Binary110000101110100101011000101000101111000100111101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274AC; }

 p { color: rgb(194,116,172); }

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

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

 a { background-color: rgb(194,116,172); }

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

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

 span { border-color: rgb(194,116,172); }

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