#C174A6

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

Shades of Bouquet #C174A6

Tints of Bouquet #C174A6

Color information

#C174A6 (or 0xC174A6) is unknown color: approx Bouquet. HEX triplet: C1, 74 and A6. RGB value is (193,116,166). Sum of RGB (Red+Green+Blue) = 193+116+166=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C174A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174A6 is #3E8B59. Grayscale: #909090. Windows color (decimal): -4098906 or 10908865. OLE color: 10908865.

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

Color convert

RGB193116166-
CMYK00.400.140.24
HSL321.04º38.31%60.59%-
HSV(B)321.04º39.9%75.69%-
XYZ35.1226.5839.36-
YUV144.72140.01162.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 166 (65.23% from 255) = 34.95%
R=40.63%
G=24.42%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311616600.400.140.24321.0438.3160.59
HexC174A6028E18141263d
Octal30116424605016305014675
Binary110000011110100101001100101000111011000101000001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174A6; }

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

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

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

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

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

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

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

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