#C175AC

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

Shades of Bouquet #C175AC

Tints of Bouquet #C175AC

Color information

#C175AC (or 0xC175AC) is unknown color: approx Bouquet. HEX triplet: C1, 75 and AC. RGB value is (193,117,172). Sum of RGB (Red+Green+Blue) = 193+117+172=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C175AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C175AC is #3E8A53. Grayscale: #919191. Windows color (decimal): -4098644 or 11302337. OLE color: 11302337.

HSL color Cylindrical-coordinate representation of color #C175AC: hue angle of 316.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C175AC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB193117172-
CMYK00.390.110.24
HSL316.58º38%60.78%-
HSV(B)316.58º39.38%75.69%-
XYZ35.827.0442.36-
YUV145.99142.68161.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=40.04%
G=24.27%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311717200.390.110.24316.583860.78
HexC175AC027B1813d263d
Octal30116525404713304754675
Binary110000011110101101011000100111101111000100111101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175AC; }

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

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

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

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

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

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

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

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