#C174AF

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

Shades of Bouquet #C174AF

Tints of Bouquet #C174AF

Color information

#C174AF (or 0xC174AF) is unknown color: approx Bouquet. HEX triplet: C1, 74 and AF. RGB value is (193,116,175). Sum of RGB (Red+Green+Blue) = 193+116+175=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C174AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174AF is #3E8B50. Grayscale: #919191. Windows color (decimal): -4098897 or 11498689. OLE color: 11498689.

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

Color convert

RGB193116175-
CMYK00.400.090.24
HSL314.03º38.31%60.59%-
HSV(B)314.03º39.9%75.69%-
XYZ35.9826.9243.86-
YUV145.75144.51161.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=39.88%
G=23.97%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311617500.400.090.24314.0338.3160.59
HexC174AF02891813a263d
Octal30116425705011304724675
Binary110000011110100101011110101000100111000100111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174AF; }

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

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

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

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

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

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

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

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