#C174AE

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

Shades of Bouquet #C174AE

Tints of Bouquet #C174AE

Color information

#C174AE (or 0xC174AE) is unknown color: approx Bouquet. HEX triplet: C1, 74 and AE. RGB value is (193,116,174). Sum of RGB (Red+Green+Blue) = 193+116+174=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C174AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174AE is #3E8B51. Grayscale: #919191. Windows color (decimal): -4098898 or 11433153. OLE color: 11433153.

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

Color convert

RGB193116174-
CMYK00.400.100.24
HSL314.81º38.31%60.59%-
HSV(B)314.81º39.9%75.69%-
XYZ35.8826.8843.34-
YUV145.64144.01161.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=39.96%
G=24.02%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311617400.400.100.24314.8138.3160.59
HexC174AE028A1813b263d
Octal30116425605012304734675
Binary110000011110100101011100101000101011000100111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174AE; }

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

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

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

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

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

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

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

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