#C174AC

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

Shades of Bouquet #C174AC

Tints of Bouquet #C174AC

Color information

#C174AC (or 0xC174AC) is unknown color: approx Bouquet. HEX triplet: C1, 74 and AC. RGB value is (193,116,172). Sum of RGB (Red+Green+Blue) = 193+116+172=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C174AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174AC is #3E8B53. Grayscale: #919191. Windows color (decimal): -4098900 or 11302081. OLE color: 11302081.

HSL color Cylindrical-coordinate representation of color #C174AC: hue angle of 316.36º degrees, saturation: 0.38, 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 #C174AC is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB193116172-
CMYK00.400.110.24
HSL316.36º38.31%60.59%-
HSV(B)316.36º39.9%75.69%-
XYZ35.6826.8142.32-
YUV145.41143.01161.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=40.12%
G=24.12%
B=35.76%

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
Decimal19311617200.400.110.24316.3638.3160.59
HexC174AC028B1813c263d
Octal30116425405013304744675
Binary110000011110100101011000101000101111000100111100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174AC; }

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

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

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

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

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

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

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

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