#C174A9

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

Shades of Bouquet #C174A9

Tints of Bouquet #C174A9

Color information

#C174A9 (or 0xC174A9) is unknown color: approx Bouquet. HEX triplet: C1, 74 and A9. RGB value is (193,116,169). Sum of RGB (Red+Green+Blue) = 193+116+169=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C174A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174A9 is #3E8B56. Grayscale: #909090. Windows color (decimal): -4098903 or 11105473. OLE color: 11105473.

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

Color convert

RGB193116169-
CMYK00.400.120.24
HSL318.7º38.31%60.59%-
HSV(B)318.7º39.9%75.69%-
XYZ35.426.6940.82-
YUV145.06141.51162.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=40.38%
G=24.27%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311616900.400.120.24318.738.3160.59
HexC174A9028C1813f263d
Octal30116425105014304774675
Binary110000011110100101010010101000110011000100111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174A9; }

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

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

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

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

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

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

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

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